Finding Tables and Indexes with a Security Constraint - Advanced SQL Engine - Teradata Database

Security Administration

Product
Advanced SQL Engine
Teradata Database
Release Number
17.05
17.00
Published
September 2020
Language
English (United States)
Last Update
2021-01-23
dita:mapPath
ied1556235912841.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1100
lifecycle
previous
Product Category
Teradata Vantageā„¢
  1. Query the DBC.Dependency table to find tables that have a security constraint column:
    SELECT database1name, object1name from dbc.dependency where object2name='constraint_name';
  2. Run the SHOW TABLE command for each table returned by the query.

    The system displays the standard CREATE TABLE for the table, including any indexes that are defined on the table.