Single Choice Easy

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

ID: #15468 DML - Data Manipulation Language 120 views
Question Info
#15468Q ID
EasyDifficulty
DML - Data Manipulation LanguageTopic

Choose the Best Option

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

  • A DELETE FROM
  • B REMOVE
  • C DROP
  • D TRUNCATE
Correct Answer

Explanation

The DELETE FROM statement in MySQL is used to delete rows from a table. It allows you to specify the table name and the conditions that determine which rows to delete.

Share This Question

Challenge a friend or share with your study group.