SQL TOP keyword – Examples
SQL TOP is used to control the amount of rows produced by the SELECT statement. When you are working with big datasets(millions of rows), it is important to keep in mind that SELECT statements use processing power of the system. SQL TOP Limits the rows returned in a query result set to a specified number …