Q:

To drop a column that is used as a foreign key, first:

belongs to collection: DBMS - SQL MCQ

0

To drop a column that is used as a foreign key, first:


  1. drop the primary key.
  2. drop the table containing the foreign key..
  3. drop the foreign key constraint.
  4. All of the above must be done.

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

 (c).drop the foreign key constraint.

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

DBMS - SQL MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
What SQL command will allow you to change the tabl... >>
<< The NOT EXISTS keyword will be true if:...