RDBMS_Study_Notes
RDBMS_Study_Notes
Database Design
1. Introduction to Normalization
- Goal: Minimize redundancy and improve data integrity
- Process: Breaking down tables into smaller, structured forms
2. Normal Forms
- First Normal Form (1NF): Eliminate repeating groups; ensure atomicity
3. Functional Dependency
- Definition: Relationship between attributes
- Types: Full functional dependency
...