In an ERD, what does a cardinality of "One-to-One" signify?
- Each entity in the first table can be related to at most one entity in the second table
- Each entity in the first table can be related to multiple entities in the second table
- Each entity in the first table can be related to only one entity in the second table
- Each entity in the first table can be related to only one entity in the second table, and vice versa
A cardinality of "One-to-One" in an ERD signifies that each entity in the first table can be related to only one entity in the second table, and vice versa. This type of relationship is less common but is useful in certain scenarios where a strict one-to-one association is needed.
Loading...
Related Quiz
- Scenario: A social media platform aims to enhance user experience by recommending relevant content based on user interests. How could clustering algorithms be utilized to achieve this objective?
- In a Snowflake Schema, dimension tables are often _______ into multiple normalized tables.
- Which of the following statements best describes denormalization?
- What does a document represent in document-based modeling?
- Scenario: A database has a table with attributes {EmployeeID, ProjectID, HoursWorked}. Is this table in the third normal form (3NF)?