การออกแบบฐานข้อมูล
Lis Sulmont
Curriculum Manager
กระบวนการสร้าง data model สำหรับข้อมูลที่จะจัดเก็บ
1. Conceptual data model: อธิบาย entities, relationships และ attributes
2. Logical data model: กำหนดตาราง คอลัมน์ และความสัมพันธ์
3. Physical data model: อธิบายการจัดเก็บข้อมูลทางกายภาพ

Entities, relationships และ attributes

การแปลงที่เร็วที่สุด: entities จะกลายเป็นตาราง

การกำหนดตาราง

การปรับ relational model สำหรับการออกแบบ data warehouse

จัดระเบียบโดย:
Fact tables
Dimension tables
การออกแบบฐานข้อมูล