1.

Explain the difference between the foreign key and the referenced key.

Answer»
Foreign KeyReference key
The foreign key is used to CONNECT the secondary table to the PRIMARY table.A reference key is a primary key that is mainly used to create column level constraints.
It helps the DATABASE to connect two whole TABLES with a COMMON constraint.It is not applicable to the whole table.


Discussion

No Comment Found