What does LIMIT 10 do in a query?

SQL Data Analyst Easy

SQL Data Analyst — Easy

What does LIMIT 10 do in a query?

Key points

  • LIMIT 10 specifically limits the number of rows displayed
  • It does not filter based on values or restrict the query to tables
  • It is used for pagination and performance optimization

Ready to go further?

Related questions