Single Choice Easy

QWhich of the following DML statements is used to delete duplicate rows from a table in MySQL?

ID: #15477 DML - Data Manipulation Language 107 views
Question Info
#15477Q ID
EasyDifficulty
DML - Data Manipulation LanguageTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A DELETE DUPLICATE
  • B REMOVE DUPLICATE
  • C DROP DUPLICATE
  • D DELETE FROM ... WHERE
Correct Answer

Explanation

The DELETE FROM ... WHERE statement in MySQL is used to delete duplicate rows from a table based on specified conditions. It allows you to selectively remove redundant data.

Share This Question

Challenge a friend or share with your study group.