✔ Scroll down and test yourself — answers are hidden under the “View Answer” button.
A. One-to-one relationship
B. One-to-many relationship
C. Many-to-many relationship
D. Recursive relationship
Explanation:
This is a many-to-many relationship between Course and Instructor. An associative entity may be used to store additional attributes like teaching semester.
A. Simple attribute
B. Derived attribute
C. Multivalued attribute
D. Composite attribute
Explanation:
Room Number can be a composite attribute consisting of building, floor, and room sequence.
A. One-to-one
B. One-to-many
C. Many-to-many
D. Derived relationship
Explanation:
This is a many-to-many relationship between Product and Category, typically implemented with an associative entity.
A. Strong entity
B. Weak entity
C. Derived attribute
D. Multivalued attribute
Explanation:
Task depends on the existence of a Project, making it a weak entity identified by a partial key plus the project key.
A. Simple attribute
B. Multivalued attribute
C. Derived attribute
D. Weak entity
Explanation:
“Email” is a derived attribute because it can be calculated from other stored attributes like student ID and domain.
A. Strong entity
B. Associative entity
C. Weak entity
D. Multivalued attribute
Explanation:
“Borrowing” is an associative entity connecting Student and Book and storing relationship attributes like borrow date.
A. Weak entity
B. Derived attribute
C. Multivalued attribute
D. Simple attribute
Explanation:
Insurance Policy is a weak entity because it depends on the existence of a patient for identification.
A. One-to-one
B. One-to-many
C. Many-to-many
D. Recursive
Explanation:
This is a one-to-many relationship where one department has many professors, but each professor belongs to only one department.
A. Derived attribute
B. Multivalued attribute
C. Weak entity
D. Strong entity
Explanation:
Reviews are weak entities because they depend on the Product for existence and identification.
A. One-to-one
B. One-to-many
C. Many-to-many
D. Derived relationship
Explanation:
This is a many-to-many relationship, best implemented with an associative entity linking Employee and Team.
No comments:
Post a Comment