Skip to content
Home ยป alter foreign key constraint

alter foreign key constraint

SQL FOREIGN KEY Constraint

A foreign key is a key used to link two tables together. This is sometimes also called as a referencing key , usually a primary key table is considered as a parent table while a foreign key table is considered as a child table .

 2,703 total views