Computer Science
…………… command is used to remove primary key from a table in SQL.
- Update
- Remove
- Alter
- 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
Which of the following is a DDL command?
- SELECT
- ALTER
- INSERT
- UPDATE
Which of the following types of table constraints will prevent the entry of duplicate rows?
- Unique
- Distinct
- Primary Key
- NULL
Which of the following commands will delete the table from MYSQL database ?
- DELETE TABLE
- DROP TABLE
- REMOVE TABLE
- ALTER TABLE
Which function is used to display the total number of records from a table in a database?
- Sum(*)
- Total(*)
- Count(*)
- Return(*)