Home »
MCQs »
DBMS MCQs »
DBMS ER-Diagram Reduction to Table MCQs
What are some important points to convert ER Diagrams into tables?
3. What are some important points to convert ER Diagrams into tables?
- Tables are created from entity types.
- Whenever an attribute is single-valued, it becomes a column for the table.
- Primary keys represent key attributes of entity types.
- All of the above
Answer: D) All of the above
Explanation:
Some important points to convert ER Diagrams into tables are -
- Tables are created from entity types.
- Whenever an attribute is single-valued, it becomes a column for the table.
- Primary keys represent key attributes of entity types.