Page 150 - SQL
P. 150
ORDER BY clause. A cursor is generated (VC10).
11. TOP: The specified number or percentage of rows is selected from the beginning of VC10.
Table VT11 is generated and returned to the caller. LIMIT has the same functionality as TOP
in some SQL dialects such as Postgres and Netezza.
Read Order of Execution online: https://riptutorial.com/sql/topic/3671/order-of-execution
https://riptutorial.com/ 132

