πŸ“Š MySQL
Q. Which clause is used to limit the number of rows returned?
  • (A) RESTRICT
  • (B) LIMIT
  • (C) ROWNUM
  • (D) TOP
πŸ’¬ Discuss
βœ… Correct Answer: (B) LIMIT

Explanation: `LIMIT` is used to specify the number of records to return.

Explanation by: Mr. Dubey
`LIMIT` is used to specify the number of records to return.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
53
Total Visits
πŸ“½οΈ
9 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
95%
Success Rate