Rajat wants to delete a primary key constraint from the table. Select an appropriate command to do so.
Alter
Reason — The ALTER TABLE command is used to delete a primary key constraint from the table.
ALTER TABLE