-
What is meaning of “REFERENCES” in table definition?
-
- A ”foreign Key” belong to this particular table
- Foreign Key
- NULL
- Primary key
- 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”.