What is the purpose of the LIMIT clause in SQL?
Q1. What is the purpose of the LIMIT clause in SQL?
Answer: To limit the number of rows returned
Explanation: The LIMIT clause limits the number of rows returned in the result set, allowing a specific number of rows to be retrieved.