Solved

Given the Tables TABLE_A (Attribute1,Attribute2,Attribute3)

Question 30

Multiple Choice

Given the tables
TABLE_A (Attribute1,Attribute2,Attribute3)
TABLE_B (Attribute4,Attribute5,Attribute6)
As shown in the figure below,which of the following would display the correct placement of foreign keys in the relational model?
Given the tables TABLE_A (<u>Attribute1</u>,Attribute2,Attribute3)  TABLE_B (<u>Attribute4</u>,Attribute5,Attribute6)  As shown in the figure below,which of the following would display the correct placement of foreign keys in the relational model?   A)  TABLE_A (Attribute1, Attribute2, Attribute3)  TABLE _B (Attribute4, Attribute5, Attribute6, Attribute1)  B)  TABLE _A (Attribute1, Attribute2, Attribute3, Attribute4, Attribute5)  TABLE _B (Attribute4, Attribute5, Attribute6)  C)  TABLE _A (Attribute1, Attribute2, Attribute3, Attribute4)  TABLE _B (Attribute4, Attribute5, Attribute6, Attribute1)  D)  TABLE _A (Attribute1, Attribute2, Attribute3)  TABLE _B (Attribute4, Attribute5, Attribute6)  E)  TABLE _A (Attribute1, Attribute2, Attribute3, Attribute6)  TABLE _B (Attribute4, Attribute5, Attribute6)


A) TABLE_A (Attribute1, Attribute2, Attribute3) TABLE _B (Attribute4, Attribute5, Attribute6, Attribute1)
B) TABLE _A (Attribute1, Attribute2, Attribute3, Attribute4, Attribute5) TABLE _B (Attribute4, Attribute5, Attribute6)
C) TABLE _A (Attribute1, Attribute2, Attribute3, Attribute4) TABLE _B (Attribute4, Attribute5, Attribute6, Attribute1)
D) TABLE _A (Attribute1, Attribute2, Attribute3) TABLE _B (Attribute4, Attribute5, Attribute6)
E) TABLE _A (Attribute1, Attribute2, Attribute3, Attribute6) TABLE _B (Attribute4, Attribute5, Attribute6)

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions