Home » MYSQL » Create Tables » Question
  1. What is meaning of “REFERENCES” in table definition?
    1. A ”foreign Key” belong to this particular table
    2. Foreign Key
    3. NULL
    4. Primary key
    5. None of these
Correct Option: A

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”.



Your comments will be displayed only after manual approval.