Home »
MCQs »
SQL MCQs »
SQL Statements and Clauses MCQs
In order to delete duplicate rows from the table, which keyword is used?
28. In order to delete duplicate rows from the table, which keyword is used?
- DELETE
- DISTINCT
- FROM
- WHERE
Answer: B) DISTINCT
Explanation:
DISTINCT keyword is used to delete duplicate rows from the table.