Introduction
The LIMIT clause helps you get only a certain number of rows from a big list. It makes it easier to see or work with just a small part of your data.
When you want to see the first 5 customers from a large customer list.
When you only need the top 10 highest scores from a game leaderboard.
When testing queries and you want to check a few rows instead of the whole table.
When showing search results page by page, like showing 20 results at a time.