1Z0-007 · Question #141
Which syntax turns an existing constraint on?
The correct answer is C. ALTER TABLE table_name. ALTER TABLE statement with ENABLE CONSTRAINT keywords is correct answer to enable an existing constraint. Incorrect Answers A: This statement is missing CONSTRAINT keyword. B: "STATUS =" is incorrect syntax to enable constraint for the table. D: There is no STATUS keyword in…
Question
Which syntax turns an existing constraint on?
Options
- AALTER TABLE table_name
- BALTER TABLE table_name
- CALTER TABLE table_name
- DALTER TABLE table_name
- EALTER TABLE table_name
- FALTER TABLE table_name
How the community answered
(16 responses)- C75% (12)
- D6% (1)
- E6% (1)
- F13% (2)
Explanation
ALTER TABLE statement with ENABLE CONSTRAINT keywords is correct answer to enable an existing constraint. Incorrect Answers A: This statement is missing CONSTRAINT keyword. B: "STATUS =" is incorrect syntax to enable constraint for the table. D: There is no STATUS keyword in the command to enable constraint. E: There is no TURN ON keywords in the command to enable constraint. F: There is no TURN ON keywords in the command to enable constraint.
Topics
Community Discussion
No community discussion yet for this question.