Relational schema / dependency diagram

  • Thread starter Thread starter Firestrider
  • Start date Start date
  • Tags Tags
    Diagram
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 7K views
Firestrider
Messages
104
Reaction score
0
Can someone link me to a website that can show me how to make a relational schema and dependency diagram from a E-R diagram?
 
Physics news on Phys.org
Last edited by a moderator:
So a relational schema and dependency diagram is the same as a ERD?

Basically I have to convert a ERD to 3NF showing relational schema and dependency diagram.
 
ERD stands for entity-relationship diagram. The purpose of the ERD is to show the relational schema and dependencies between the data entities in a succinct but precise manner.

To make an ERD, one would require how the entities work together, i.e. the relationship between different data, including the tables, the keys, the relationship between the table attributes. For example, a teacher teaches one or more classes, a student attends zero or more classes, a transcript is dependent on zero or more class marks and the student ID, etc.

From established business rules, an ERD displays the characteristics and relationships between the different entities.