Q. Which clause is used to limit the number of rows returned?
β
Correct Answer: (B)
LIMIT
Explanation: `LIMIT` is used to specify the number of records to return.