How To Use TOP Clause In SQL
In this article, we will learn how to use the TOP Clause with a SQL select query.
The SELECT TOP clause is used to specify the number/percent of records to return.
The SELECT TOP clause is useful with thousands of records on large tables.