Lecture 36: Third Normal Form 3NF
This lecture covers Third Normal Form (3NF). We’ve covered 1NF (atomic values) and 2NF (no partial dependencies). The final normal form we will discuss in… Read More »Lecture 36: Third Normal Form 3NF
This lecture covers Third Normal Form (3NF). We’ve covered 1NF (atomic values) and 2NF (no partial dependencies). The final normal form we will discuss in… Read More »Lecture 36: Third Normal Form 3NF
This lecture covers Second Normal Form (2NF). Once a table is in First Normal Form (1NF), the next step is to check if it satisfies… Read More »Lecture 35: Second Normal Form 2NF
This lecture introduces the concept of database normalization and First Normal Form (1NF). Database Normalization and 1NF When we designed our blog database, we intuitively… Read More »Lecture 34: Database Normalization and 1NF