Single Choice Easy

QWhich DML statement is used to retrieve a subset of records from a table based on a specified condition in MySQL?

ID: #15482 DML - Data Manipulation Language 151 views
Question Info
#15482Q ID
EasyDifficulty
DML - Data Manipulation LanguageTopic

Choose the Best Option

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

  • A FILTER
  • B SELECT WHERE
  • C SEARCH
  • D WHERE
Correct Answer

Explanation

The WHERE statement in MySQL is used to retrieve a subset of records from a table based on a specified condition. It allows you to filter rows based on specific criteria.

Share This Question

Challenge a friend or share with your study group.