In an ERD, what does a dotted line connecting entities signify?
- Many-to-many relationship
- Many-to-one relationship
- One-to-many relationship
- One-to-one relationship
A dotted line connecting entities in an ERD typically signifies a one-to-many relationship. This means that one instance of an entity can be associated with multiple instances of another entity, but each instance of the other entity is associated with only one instance of the first entity.
Loading...
Related Quiz
- The INSERT INTO statement in SQL is used to ________ new records into a database table.
- Scenario: A DBA is optimizing the performance of a DB2 application that frequently processes large result sets. How can the use of cursors be optimized in this scenario?
- Understanding DB2 editions and versions aids in effective ________ management.
- In an ERD, a double-lined rectangle represents a(n) ________ entity.
- How does DB2 integrate with other technologies?