Database Design
Lis Sulmont
Curriculum Manager
Process of creating a data model for the data to be stored
1. Conceptual data model: describes entities, relationships, and attributes
2. Logical data model: defines tables, columns, relationships
3. Physical data model: describes physical storage
Entities, relationships, and attributes
Fastest conversion: entities become the tables
Determining tables
Adaptation of the relational model for data warehouse design
Organize by:
Fact tables
Dimension tables
Database Design