Answers for "sql serverdrop constraint"

SQL
1

drop df constraint sql server

ALTER TABLE NameTable	DROP CONSTRAINT Name_Constraint;
-- Example
--ALTER TABLE iso.works	DROP CONSTRAINT DF__works__idSubMont__4D5F7D71;
Posted by: Guest on June-07-2021

Code answers related to "SQL"

Browse Popular Code Answers by Language