SHOWTBLCHECKSV[X] - Advanced SQL Engine - Teradata Database

Data Dictionary

Product
Advanced SQL Engine
Teradata Database
Release Number
17.00
Published
June 2020
Language
English (United States)
Last Update
2020-10-15
dita:mapPath
yoz1556235523563.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1092
lifecycle
previous
Product Category
Teradata Vantageā„¢

Category: Integrity

Database: DBC

View Column Data Type Format Comment
DatabaseName VARCHAR(128) UNICODE UPPERCASE NOT NULL X(128) Returns the name of the database containing a table with a table-level check.
TableName VARCHAR(128) UNICODE UPPERCASE NOT NULL X(128) Returns the name of a table having table-level check constraints.
CheckName VARCHAR(128) UNICODE NOT CASESPECIFIC X(128) Returns the name of the table-level check. This field is NULL if this is an unnamed table check.
TblCheck VARCHAR(16000) UNICODE CASESPECIFIC X(16000) Returns the unresolved text for the table-level check condition.
CreatorName VARCHAR(128) UNICODE UPPERCASE NOT NULL X(128) Table or database creator. For DBC.AllRights, the grantor of explicit rights, otherwise the user who executed the CREATE statement.
CreateTimeStamp TIMESTAMP(0) YYYY-MM-DDBHH:MI:SS Returns the date and time that the object in the row was created.
VTCheckType CHAR(1) LATIN UPPERCASE X(1) Returns the ValidTime dimension information for the CHECK condition.
TTCheckType CHAR(1) LATIN UPPERCASE X(1) Returns the TransactionTime dimension for the CHECK constraint on a table with TransactionTime.