Multiple choice Write a query to enable (or TURN ON) a constraint on a table. ALTER TABLE STUDENTS STATUS = ENABLE CONSTRAINT constraint_name ALTER TABLE STUDENTS ENABLE constraint_name ALTER TABLE STUDENTS ENABLE CONSTRAINT constraint_name ALTER TABLE STUDENTS TURN ON CONSTRAINT constraint_name 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