Database Design for Relational Databases using SQL Server

Learn Database Design Fundamentals and sharpen your SQL in under 5 hours. SQL Database Design explained for Beginners

Start learning Database Design Today!

What you’ll learn

  • Learn Best Practices for Relational Database Design.
  • Understand Relational Theory.
  • Learn the data normalization process.
  • Understand the First, Second, Third and Fourth Normal Forms.
  • Understand Boyce-Codd normal form.
  • Identify relationship types between entities.
  • How to enforce database relationships including one-to-one, one-to-many, and many-to-many.
  • Learn functional dependencies.
  • Learn multivalued dependencies.
  • Learn what Update, Insert and Delete anomalies are.
  • Surrogate keys vs Natural keys.
  • Learn the difference Candidate keys and Super Keys.
  • Learn how to implement physical design using SQL Server.
  • Create database tables and alter existing tables.
  • Create SQL Queries and Views.

Course Content

  • Introduction –> 1 lecture • 4min.
  • Database Basics –> 8 lectures • 10min.
  • Getting Started with SQL Server –> 3 lectures • 25min.
  • Data Integrity Constraints –> 15 lectures • 55min.
  • Types of Relationships –> 12 lectures • 47min.
  • Data Normalization –> 23 lectures • 2hr.
  • Helpful Practice Activities –> 4 lectures • 23min.
  • Other Considerations –> 3 lectures • 15min.
  • BONUS Section: Indexing in Depth –> 3 lectures • 37min.

Database Design for Relational Databases using SQL Server

Requirements

  • A basic knowledge of computers.

Start learning Database Design Today!

A lot of IT professionals have a good working knowledge of SQL yet lack the foundational knowledge of relational database design. Learning database design and the relational model will put you ahead of the game. This course covers all the essential aspects of relational database design with practical demos given in SQL Server. You will learn how to spot un-normalized data structures and how to correct them. You will learn all about the process of data normalization and why it is important. This includes the various normal forms such as Boyce-Codd normal form and fourth normal form. This course also covers tips on how to identify relationships between entities and how to correctly model them in a relational database.

You will be able to understand advanced database design concepts with the aid of intuitive diagrams and practical examples. You will learn how to identify functional dependencies and transitive dependencies in your data. You will learn the different types of keys and when to use them. In addition, you will learn the different types of relationships such as one-to-one, one-to-many, many-to-many, and self-referencing relationships. More importantly, the end of the course you will know how to enforce these relationships by using integrity constraints.

 

Note that you will need either a Windows or Linux computer to install SQL Server.