In Oracle SQL / PLSQL a FOREIGN KEY is column / field that appears in one table and must appear in another table. Important points about FOREIGN KEY in Oracle SQL / PLSQL: A FOREIGN KEY in Oracle SQL / PLSQL creates a parent child pattern between two tables. The referenced table is called the […]