MCQ Single Best Answer Easy

QWhich DML statement is used to limit the number of rows returned by a query in MySQL?

ID: #15473 Data manipulation language - MySQL 87 views
Question Info
#15473Q ID
EasyDifficulty
Data manipulation language - MySQLTopic

Choose the Best Option

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

  • A TOP
  • B LIMIT
  • C ROW LIMIT
  • D SELECT TOP
Correct Answer: Option B

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.

Share This Question

Challenge a friend or share with your study group.