Finding Tables and Indexes with a Security Constraint - Analytics Database - Teradata Vantage

Security Administration

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Teradata Vantage
Release Number
17.20
Published
June 2022
Language
English (United States)
Last Update
2024-02-29
dita:mapPath
hjo1628096075471.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
zuy1472246340572
lifecycle
latest
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.