Answers for "how to alter a table tto remove primary key in mysql"

SQL
0

remove primary key from table

ALTER TABLE Persons

DROP PRIMARY KEY;
Posted by: Guest on June-07-2021

Code answers related to "how to alter a table tto remove primary key in mysql"

Code answers related to "SQL"

Browse Popular Code Answers by Language