删除限制的语法形式如下:DROP {[CONSTRAINT] constraint_name | COLUMN column_name}。例如,要删除表student的CK_ssex约束,可以使用以下命令:ALTER TABLE student DROP CONSTRAINT CK_ssex。