Create and Maintain Query Lists | Application Programming Reference | Teradata Vantage - Creating and Maintaining Query Lists - Teradata Vantage - Analytics Database

Application Programming Reference

Deployment
VantageCloud
VantageCore
Edition
VMware
Enterprise
IntelliFlex
Product
Analytics Database
Teradata Vantage
Release Number
17.20
Published
June 2022
ft:locale
en-US
ft:lastEdition
2025-11-21
dita:mapPath
qld1628112131956.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
ajo1472244909562
lifecycle
latest
Product Category
Teradata Vantageā„¢

A query list allows you to identify and analyze a set of queries based on arbitrary user-defined criteria.

Query List open APIs use one or more DBQL query IDs that are associated with a named identifier. This identifier can be passed to the Analyzer open API, AnalyzeStatsUsage, as an input argument. For more information about this open API, see AnalyzeStatsUsage.

You can use these open APIs to create and maintain query lists.

Functionality

If you want to ... Use the following SQL interface ...
create a new query list AddQueryList.
add a query to a named list AddQueryListEntry.
drop a list and all queries within it RemoveQueryList.
drop an individual query from a list RemoveQueryListEntry.