InterviewSolution
Saved Bookmarks
| 1. |
Which clause in the SQL standard controls how NULL values in a composite foreign key are handled when comparing to a primary key.(a) SET(b) MATCH(c) ON DELETE(d) ON CASCADEThe question was asked during an interview.This key question is from Foreign Keys and Referential Integrity in portion Using SQL to Manage Data of MySQL |
|
Answer» Correct answer is (b) MATCH |
|