LIMIT
This lesson discusses how to use the LIMIT clause.
We'll cover the following...
LIMIT Clause
Usually tables in a production environment have thousands or millions of rows and a select query may return several hundred matched rows. This is problematic because outputting thousands of rows on the console or on a network connection can overwhelm the end-user in the former and is impractical in the latter scenario. The LIMIT clause allows us to restrict the number of rows returned from the result of a select query.
Example Syntax
...
Access this course and 1400+ top-rated courses and projects.