InterviewSolution
Saved Bookmarks
| 1. |
Which of the following indicates the maximum number of entities that can be involved in a relationship?(a) Minimum cardinality(b) Maximum cardinality(c) ERD(d) Greater Entity CountThe question was asked during an internship interview.My question comes from Entity-Relationship Design Issues in portion Database Systems Design and Implementation of Database Management |
|
Answer» CORRECT ANSWER is (b) MAXIMUM cardinality Easy explanation - In SQL (Structured Query Language), the term cardinality refers to the uniqueness of data values contained in a particular column (ATTRIBUTE) of a database table. |
|