Identifying Queue Tables - Advanced SQL Engine - Teradata Database

SQL Data Definition Language Detailed Topics

Product
Advanced SQL Engine
Teradata Database
Release Number
17.05
17.00
Published
June 2020
Language
English (United States)
Last Update
2021-01-24
dita:mapPath
jpx1556733107962.ditamap
dita:ditavalPath
lze1555437562152.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 Teradata Database.

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

See Data Dictionary for more information about the DBC.TablesV view.