Answers for "make reference sql"

SQL
5

drop foreign key

ALTER TABLE table_name
DROP CONSTRAINT fk_name;
Posted by: Guest on June-04-2020
1

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.
Posted by: Guest on November-23-2020

Code answers related to "SQL"

Browse Popular Code Answers by Language