Multiple choice

Write a query to enable (or TURN ON) a constraint on a table.

  1. ALTER TABLE STUDENTS STATUS = ENABLE CONSTRAINT constraint_name

  2. ALTER TABLE STUDENTS ENABLE constraint_name

  3. ALTER TABLE STUDENTS ENABLE CONSTRAINT constraint_name

  4. ALTER TABLE STUDENTS TURN ON CONSTRAINT constraint_name

  5. ALTER TABLE STUDENTS TURN ON constraint_name

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Yes, it is the correct answer