foreigne key code example
Example 1: drop foreign key
ALTER TABLE table_name
DROP CONSTRAINT fk_name;
Example 2: What is foreign key?
Foreign Key is a non-key attribute which is derived from the primary key
of another table which links those tables together.