TOP n and TOP m PERCENT Clause Usage - Analytics Database - Teradata Vantage

SQL Data Definition Language Detailed Topics

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Teradata Vantage
Release Number
17.20
Published
June 2022
ft:locale
en-US
ft:lastEdition
2024-12-13
dita:mapPath
vuk1628111288877.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
jbg1472252759029
lifecycle
latest
Product Category
Teradata Vantage™

You can restrict a view to only n rows or m percent of the rows in an underlying base table by specifying a TOP n or TOP m PERCENT clause, respectively, in the view definition. This option provides a fast method to obtain a restricted, statistically non-random sample of table rows without scanning the entire table. For example, you might create a view that specifies only the top 10 rows, or only the top 10 percent of the rows, from an orders table.