Which Of The Following Statement Can Be Used To Delete The #376
Which of the following statement can be used to delete the FOREIGN KEY constraint from a table?
This multiple choice question (MCQ) is related to the book/course
gs gs115 Structured Query Language.
It can also be found in
gs gs115 SQL Constraints - SQL Foreign Key - Quiz No.1.
Which of the following statement can be used to delete the FOREIGN KEY constraint from a table?
ALTER TABLE table_name DROP FOREIGN KEY constraint_name;
ALTER TABLE table_name DROP FOREIGN KEY;
ALTER TABLE table_name DELETE FOREIGN KEY constraint_name;
ALTER TABLE table_name DELETE FOREIGN KEY;