Steps to Draw relational schema
Follow following steps to draw relational schema correctly,
- Match Regular Entities
- Match Weak Entities
- Match 1:1 Relations **
- Match 1:N Relations **
- Match N:M Relations **
- Match Multi-Value entities
- Match N'Arrays
- Match Recursive Relationship
How to Match Relations
one to one (1:1) relationship
you can put any side attribute to any side.
Relational Schema
one to Many (1:N) relationship
Put one side primary key into many side.
Relational Schema
Draw separate table for relation. Include each entities primary keys into that table
Relational Schema
Article By - KGNP