Answer: Use below script:-
Alter Table Employee_Master
Drop Check ck_employee
Note:-There is only one difference between dropping constraint in Sql server and MySql database is Constarint and Check keyword.
Asked In: Many Interviews |
Alert Moderator