Single Choice Easy

QWhich DML statement is used to delete specific rows from a table based on a condition in MySQL?

ID: #15492 DML - Data Manipulation Language 111 views
Question Info
#15492Q ID
EasyDifficulty
DML - Data Manipulation LanguageTopic

Choose the Best Option

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

  • A DELETE
  • B REMOVE
  • C ERASE
  • D ELIMINATE
Correct Answer

Explanation

The DELETE statement in MySQL is used to delete specific rows from a table based on a condition. It allows you to selectively remove rows that meet the specified criteria.

Share This Question

Challenge a friend or share with your study group.