KnowledgeBoat Logo
|

Computer Science

…………… command is used to remove primary key from a table in SQL.

  1. Update
  2. Remove
  3. Alter
  4. Drop

SQL Queries

2 Likes

Answer

Alter

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

Answered By

1 Like


Related Questions