Introduction
We use TOP or LIMIT to get only a few rows from a big list. This helps us see just what we need quickly.
When you want to see the first 5 customers from a big customer list.
When you need to check the latest 10 orders made in a store.
When you want to test a query but only want a small sample of data.
When you want to show a preview of data on a website without loading everything.