Answers for "How to drop a foreign key constraint in mysql ?"

SQL
0

How to drop a foreign key constraint in mysql ?

ALTER TABLE table_name 
DROP FOREIGN KEY constraint_name;
Code language: SQL (Structured Query Language) (sql)
Posted by: Guest on May-02-2022

Code answers related to "How to drop a foreign key constraint in mysql ?"

Code answers related to "SQL"

Browse Popular Code Answers by Language