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
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
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.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic