3 Mapping from ER Models to Relational Models Mapping Algorithm Example There is almost a one-to-one correspondence between the ER constructs and the relational ones
The two major distinctions are: 1
In a relational schema, relationships are represented implicitly through primary and foreign keys of participating entities
In a relational schema, columns of relations cannot be multi-valued or composite
Composite attributes are replaced with their simple component ones, and multi-valued attributes are stored in a separate relation
ER Constru ct Relational Constru ct entity table 1:1 or 1:N relationship Foreign key (or a table to capture the relationship) M:N relationship "relationship" table and 2 foreign keys n-ary relationship type "relationship" table and 'n' for