Answers for "REMOVE CONSTRAINTS FROM table MYSQL"

SQL
3

mysql remove unique constraint

ALTER TABLE tbl_name DROP INDEX index_name
Posted by: Guest on December-04-2019
0

mysql remove foreign key constraint

ALTER TABLE jobs DROP FOREIGN KEY constraint_name
Posted by: Guest on August-08-2020

Code answers related to "REMOVE CONSTRAINTS FROM table MYSQL"

Code answers related to "SQL"

Browse Popular Code Answers by Language