Reduction of an e-r schema to table

Convert ER model into relation schema . There are well defined rules for this conversion. These are Converting strong Entity type Converting weak entity types Converting relationships Converting specialization  Converting aggregation. Converting strong entity types- Each entity become a table Each single valued attribute becomes a column Derived attribute are ignored. Composite attribute are represented … Read more