Which of the following is the correct syntax to remove a primary key from the table?

1
ALTER TABLE table_name REMOVE PRIMARY KEY;
2
MODIFY TABLE table_name DROP PRIMARY KEY;
3
ALTER TABLE table_name DELETE PRIMARY KEY;
4
ALTER TABLE table_name DROP PRIMARY KEY;

Sponsored

hivanix.in

Visit

This quiz is brought to you by hivanix.in

🌐 Web App Development

Quick Navigation