Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

SLOs

Designing Databases

Week 02: March 23-27ΒΆ

At the end of this week, you should be able to:

  1. Explain what a database is and how it differs from a simple file or spreadsheet.

  2. Describe the structure of a database table, including rows, columns, and data types.

  3. Explain what normalization is and why it matters for database design.

  4. Model relationships between entities and recognize when multiple tables are needed to represent data correctly.