Multiple choice Which command is used to disable the Primary Key constraint? ALTER CONSTRAINTcommand ALTER TABLE command ALTER COLUMN command ALTER QUERY command Reveal answer Fill a bubble to check yourself B Correct answer Explanation This answer is correct. ALTER TABLE command is used to disable the primary key. To enable the primary key, along with ALTER TABLE command, USING INDEX and TABLESPACE also must be specified along with the command.