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:

Verified
Correct Answer:
Verified
Related Questions
Q1: To check that the value entered into
Q2: Which of the following is not part
Q3: When selecting the table_name column from the
Q5: The Oracle Naming Standard states that objects
Q6: The _ specifies the number of digits
Q7: When you exit from a SQL*Plus session,the
Q8: If a column has a YEAR TO
Q9: A(n)_ enables you to specify that a
Q10: A(n)_ specifies the kind of data that
Q11: When declaring a NUMBER data type,scale is