Drop Constraint

suggest change
ALTER TABLE Employees 
DROP CONSTRAINT DefaultSalary

This Drops a constraint called DefaultSalary from the employees table definition.

Note:- Ensure that constraints of the column are dropped before dropping a column.

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


ALTER TABLE:
*Drop Constraint

Table Of Contents