Answers for "Write a mysql query to drop primary key and foreign key"

SQL
0

drop foreign key mysql

ALTER TABLE table_name DROP FOREIGN KEY constraint_name
Posted by: Guest on September-06-2021

Code answers related to "Write a mysql query to drop primary key and foreign key"

Code answers related to "SQL"

Browse Popular Code Answers by Language