- Data is often a company's most valuable asset and belongs in a data model that avoids anomalies like redundant data.
- When building a database, identify required data fields, organize related fields into tables, and define primary keys and relationships between tables to avoid issues from updates, deletions, and insertions.
- Normalization is the process of structuring data in tables to eliminate anomalies and ensure tables are in at least third normal form.