Conceptual data model focuses on high-level business concepts
Customer
, Product
, Order
.Customer
entity has attributes like CustomerID
, Name
, Email
.Customer
places an Order
.Customer
must have a unique CustomerID
.Customer
, Product
, Order
.Customer
has CustomerID
, Name
, Email
.Customer
places an Order
.Customer
must have a unique CustomerID
.Aspect | Conceptual Data Model | Logical Data Model |
---|---|---|
Purpose | Focuses on high-level business concepts and data requirements. | Focuses on detailed data structures and relationships, independent of DBMS. |
Level of Detail | High-level, abstract. | Detailed, but still independent of DBMS. |
Audience | Business analysts, domain experts, stakeholders. | Business analysts, data architects, developers. |
Technical Details | Excludes technical details like DBMS or storage. | Excludes DBMS-specific details but includes data structures. |
Scope | Focuses on critical business data. | Focuses on detailed data organization. |