Entity Relationship Diagram
Entity Relationship Diagram
Logical Design
• Entity Design without regard to a relational database management system
• Logical design the same, regardless of the DBMS
• Limitations or features of a particular DBMS should not be considered
Physical Design
• Logical design adapted to a particular DBMS
• The design can change slightly to fit into the limitations of a DBMS or to take advantage of
DBMS specific features.
Database Design Vernacular
Process:
• Analysis should reveal nouns (person, place or thing)
1. Nouns grouped to common themes (entities)
2. Other nouns described common themes (attribues)
3. Some nouns uniquely identify a specific instance of an entity
(Primary Key)
Entity
Entity Types
Entity Roles Description
1 *
Customer Owns Car
1 1
1
Participates
Accident
Create an ER Diagram