InterviewSolution
Saved Bookmarks
| 1. |
The following table has two attributes A and C where A is the primary key and C is the foreign key referencing A with on-delete cascade.A C-----4 65 66 57 49 411 78 6 The set of all tuples that must be additionally deleted to preserve referential integrity when the tuple (4,6) is deleted is:Note – This question is multiple select questions (MSQ).(A) (11, 7)(B) (7, 4)(C) (4,6)(D) (9, 4) |
| Answer» | |