A technique to document a software system using Entity Relationship Diagram (ERD)
Data Model
Defines the possible number of occurrences in one entity
Cardinality
Models the business objects that should exist in a system and the relationships between them.
Conceptual Data Model
A detailed version of Conceptual ERD, Columns or attributes are defined, a new entity is added
Logical Data Model
Actual Design blueprint of a relational database (Assign each key, column with type, length, nullable, etc.
)
Physical Data model
Creating Data Flow Diagrams
STEPS: