TAG

Sql

SQL TOP Explained [Practical Examples]

SQL TOP clause is used to limit the records returned as the result set of SQL select query by specified number of rows or percentage of rows in SQL Server.

By falgunithakker · 8 min read · SQL