Answers for "how to drop unique keys"

SQL
0

how to remove unique key constraint in mysql

DROP INDEX index_name ON tbl_name
Posted by: Guest on August-05-2020

Code answers related to "SQL"

Browse Popular Code Answers by Language