Computer Science
Which of the following types of table constraints will prevent the entry of duplicate rows?
- Unique
- Distinct
- Primary Key
- NULL
Related Questions
Which clause is used in query to place the condition on groups in MySQL?
- WHERE
- HAVING
- GROUP BY
- Both (i) & (ii)
Which of the following is a DDL command?
- SELECT
- ALTER
- INSERT
- UPDATE
…………… command is used to remove primary key from a table in SQL.
- Update
- Remove
- Alter
- Drop
Which of the following commands will delete the table from MYSQL database ?
- DELETE TABLE
- DROP TABLE
- REMOVE TABLE
- ALTER TABLE