Answers for "remove a unique atribute from a column sql"

SQL
1

how to remove unique key in mysql

ALTER TABLE mytable DROP INDEX key_Name;
Posted by: Guest on June-13-2020

Code answers related to "remove a unique atribute from a column sql"

Code answers related to "SQL"

Browse Popular Code Answers by Language