InterviewSolution
Saved Bookmarks
| 1. |
Drop Table cannot be used to drop a table referenced by a _________ constraint.(a) Local Key(b) Primary Key(c) Composite Key(d) Foreign KeyThis question was addressed to me in class test.This intriguing question originated from Constraints in section Database Systems Design and Implementation of Database Management |
|
Answer» RIGHT choice is (d) Foreign Key Explanation: Foreign key is used when primary key of ONE RELATION is used in ANOTHER relation. |
|