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

The best I can explain: When “Foreign Key” declared in a table then it necessary to DEFINE the NAME of the table to which it belong with HELP of constraint “REFERENCES”.



Discussion

No Comment Found

Related InterviewSolutions