Unit 2 MCQ
Unit 2 MCQ
A) An attribute of a relationship
B) A real-world object or concept represented in the database
C) A foreign key used to join two tables
D) A primary key in the database
Correct answer
B) A set of similar entities in the database
15. What does the "role" mean in the context of a relationship in the ER model?
A) The part played by an entity in a relationship
B) A unique identifier for the entity
C) The primary key of the relation
D) The participation level of a weak entity
18. Which of the following is NOT an advantage of using an ER diagram for data
modeling?
A) Provides a visual representation of relationships
B) Helps in normalizing data
C) Defines attributes and their relationships
D) Enforces all business rules
20. What is the main difference between a weak entity and a regular (strong) entity?
A) A weak entity is not uniquely identified by its own attributes, while a regular entity is
B) A weak entity has no relationships, while a regular entity has many relationships
C) A weak entity is a foreign key, while a regular entity is a primary key
D) A weak entity does not participate in any relationship
25. What are design issues typically addressed during data modeling?
A) Defining foreign key constraints
B) Ensuring consistent naming conventions, avoiding redundancy, and ensuring data integrity
C) Creating indexes for better performance
D) Identifying derived attributes