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 ON DELETE CASCADE in Oracle SQL / PLSQL: A FOREIGN KEY creates a parent child pattern between two tables. The referenced table is called the PARENT table […]