Answers for "drop a primary key constraint"

SQL
2

sql drop primary key

ALTER TABLE [table_name] DROP CONSTRAINT [primary_key_name]
Posted by: Guest on June-01-2021
0

drop primary key

ALTER TABLE Student
DROP PRIMARY KEY;
Posted by: Guest on July-06-2021

Code answers related to "drop a primary key constraint"

Code answers related to "SQL"

Browse Popular Code Answers by Language