Multiple Choice
In relational database design,ID-dependent entities are used to ________.
A) represent 1:1 relationships
B) represent 1:N relationships
C) represent N:M relationships
D) handle recursive relationships
E) eliminate the need for weak entities being converted to tables
Correct Answer:

Verified
Correct Answer:
Verified
Q19: Which of the following is not true
Q21: How are 1:1,1:N and N:M relationships handled
Q22: By default,when Microsoft Access creates a relationship
Q24: Relations should always be normalized to the
Q25: From a pragmatic standpoint,the only important rule
Q27: Recursive relationships can be represented in the
Q28: Which of the following would be a
Q29: To represent a 1:N relationship in the
Q30: Given the tables<br><b>TABLE_A (<u>Attribute1</u>,Attribute2,Attribute3)</b><br><b>TABLE_B (<u>Attribute4</u>,Attribute5,Attribute6)</b><br>As shown in
Q50: How are one-to-one recursive relationships addressed using