Steps to Convert E-R Model into Relational Database Design:
An E-R model (or E-R diagrams) can be converted
into a relational database design (or relational model) very easily. The main
components of the E-R model are entities and the relationships among the
entities.
There are two major steps to convert the E-R model into the relational
database design. These are:
(i) Represent Entities
(ii) Represent Relationships
|