CBSE Class 11 Informatics Practices Question 35 of 87

Structured Query Language (SQL) — Question 16

Back to all questions
16
Question

Question 16

Rajat wants to delete a primary key constraint from the table. Select an appropriate command to do so.

  1. Create
  2. Alter
  3. Drop
  4. Delete
Answer

Alter

Reason — The ALTER TABLE command is used to delete a primary key constraint from the table.