Identifying Queue Tables - Advanced SQL Engine - Teradata Database

SQL Data Definition Language Detailed Topics

Product
Advanced SQL Engine
Teradata Database
Release Number
17.10
Published
July 2021
Language
English (United States)
Last Update
2021-07-27
dita:mapPath
imq1591724555718.ditamap
dita:ditavalPath
imq1591724555718.ditaval
dita:id
B035-1184
lifecycle
previous
Product Category
Teradata Vantage™

You can use the DBC.TablesV view to identify and locate queue tables.

The following query reports the names and containing databases for all the queue tables in the system.

SELECT databasename, tablename
FROM DBC.tablesV
WHERE queueflag = 'y';

See Teradata Vantage™ - Data Dictionary, B035-1092 for more information about the DBC.TablesV view.