The LIMIT clause is used to specify the number of data rows to return. In large tables with thousands or millions of data rows, it takes some time to return all the records, which cause database performance issue. To fix this problem, we can return the specified number of data rows from a table.
limit with where condition
limit with order by
Trending Tutorials