InterviewSolution
Saved Bookmarks
| 1. |
What is the meaning of “REFERENCES” in table definition?(a) Primary key(b) NULL(c) Foreign Key(d) A ”foreign Key” belong to this particular tableThe question was posed to me by my school teacher while I was bunking the class.Question is from Table Creation topic in portion Using SQL to Manage Data of MySQL |
|
Answer» The correct option is (d) A ”foreign Key” BELONG to this particular table |
|