1.

Foreign key is the one in which the ________ of one relation is referenced in another relation.(a) Foreign key(b) Primary key(c) References(d) Check constraintThe question was asked in quiz.This key question is from Integrity Constraints in division SQL : Queries, Constraints and Triggers of Database Management

Answer»

Correct answer is (b) Primary key

The BEST I can explain: The foreign-key declaration specifies that for each COURSE TUPLE, the department NAME specified in the tuple must exist in the department RELATION.



Discussion

No Comment Found

Related InterviewSolutions