Solved

Which Command Is Used to Disable the Constraint Named Faculty_loc_id_fk

Question 4

Multiple Choice

Which command is used to disable the constraint named faculty_loc_id_fk in the faculty table?


A) MODIFY TABLE CONSTRAINT
DISABLE faculty_loc_id_fk;
B) ALTER TABLE faculty
DISABLE faculty_loc_id_fk;
C) MODIFY TABLE faculty
DISABLE faculty_loc_id_fk;
D) ALTER TABLE faculty
DISABLE CONSTRAINT faculty_loc_id_fk;

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions