Q. Which clause is used to limit the number of rows returned? (A) RESTRICT (B) LIMIT (C) ROWNUM (D) TOP ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) LIMIT Explanation: `LIMIT` is used to specify the number of records to return.