CBSE Class 12 Computer Science
Question 36 of 79
Table Creation and Data Manipulation Commands — Question 10
Back to all questionsalter
Reason — To remove a primary key constraint from a table the ALTER command is used. The DROP clause of ALTER TABLE command is used with syntax ALTER TABLE <TABLENAME> DROP PRIMARY KEY ;.