In an ERD, a(n) ________ relationship indicates that one instance of an entity is related to exactly one instance of another entity.
- Many-to-Many
- Many-to-One
- One-to-Many
- One-to-One
In an Entity-Relationship Diagram (ERD), a one-to-one relationship signifies that each instance of one entity is associated with only one instance of another entity.
Loading...
Related Quiz
- Scenario: After finalizing the logical data model for a new database, what would be your next step in the design process?
- How does normalization affect data integrity compared to denormalization?
- The ________ metric evaluates the degree to which data is up-to-date and relevant.
- What is the purpose of a foreign key in a relational database?
- In Apache Spark, transformations such as map, filter, and reduceByKey result in the creation of new ________.