Which SQL statement is used to delete a constraint from a table? - Study24x7
Social learning Network
4 followers study24x7 04 Oct 2024 10:02 AM study24x7 study24x7

Which SQL statement is used to delete a constraint from a table?

A

DELETE CONSTRAINT constraint_name FROM table_name

B

REMOVE CONSTRAINT constraint_name FROM table_name

C

ALTER TABLE table_name DROP CONSTRAINT constraint_name

D

DROP CONSTRAINT constraint_name FROM table_name

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles