Who should take this course?
The primary audience for this course is people who are moving into a database role, or whose role has expanded to include database technologies. Developers that deliver content from SQL Server databases will also benefit from this material.
Prerequisites
None
The Training Covers These Topics:
- Describe key database concepts in the context of SQL Server
- Describe database languages used in SQL Server
- Describe data modeling techniques
- Describe normalization and denormalization techniques
- Describe relationship types and effects in database design
- Describe the effects of database design on performance
- Describe commonly used database objects
Introduction to databases
- Introduction to Relational Databases
- Other Databases and Storage
- Data Analysis
- SQL Server Database Languages
Data Modeling
- Data Modeling
- Designing a Database
- Relationship Modeling
Normalization
- Fundamentals of Normalization
- Normal Form
- Denormalization
Relationships
- Introduction to Relationships
- Planning Referential Integrity
Performance
- Indexing
- Query Performance
- Concurrency
Database Objects
- Tables
- Views
- Stored Procedures, Triggers and Functions