0 votes
in Sql by
What are SQL Foreign keys?

1 Answer

0 votes
by

When a table’s primary key field is added to related tables in order to create the common field which relates the two tables, it called a foreign key in other tables. Foreign key constraints enforce referential integrity.

...