SQL FOREIGN KEY – Free SQL Tutorials
SQL FOREIGN KEY Constraint: SQL FOREIGN KEY is a key used to link two tables in a database. A foreign key one table refers to a primary key in other table Note 1: A table can only have one primary keys, which may contain one or multiple fields. Note 2: A table containing the foreign key …