Single Choice
Easy
QWhich DML statement is used to limit the number of rows returned by a query in MySQL?
ID: #15473
DML - Data Manipulation Language
96 views
Question Info
#15473Q 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 LIMIT statement in MySQL is used to limit the number of rows returned by a query. It allows you to specify the maximum number of rows to be retrieved.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic