Informatics Practices

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

Relational Database

2 Likes

Answer

Alter

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

Answered By

1 Like


Related Questions