Scenario: A university database is being modeled using an ERD. There is a relationship between the "Student" entity and the "Course" entity. How can cardinality be represented in this relationship?
- Many-to-Many
- None of the above
- One-to-Many
- One-to-One
In the context of a university database, the relationship between "Student" and "Course" entities can be represented as a One-to-Many relationship. This means that one student can enroll in multiple courses, but each course can have multiple students.
Loading...
Related Quiz
- In DB2, a self-join is used to join a table to itself based on a ________.
- DB2 manages deadlock situations by employing ________.
- The MAX() function in DB2 retrieves the ________ value from a column.
- What does the UPDATE statement do in SQL?
- IBM Data Studio offers advanced features such as ________ to streamline database administration tasks.