Explain how to limit the rows that are retrieved by a query.

Correct Answer: The number of rows returned by a select query can be restricted by the LIMIT clause Example: SELECT * from employee LIMIT 20

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion