Send feedback on this topic.
Teradata.Client.Provider
ReservedWords Schema Collection
.NET Data Provider for Teradata > Developer's Guide > Working with the Data Provider Features > Schema Collections > ReservedWords Schema Collection

ReservedWrods schema collection returns the Advanced SQL Engine Reserved keywords for the current connection.

Column Name Data Type Description
ReservedWord String SQL reserved word that cannot be used as an identifier to name host variables, correlations, local variables in stored procedures, objects (such as databases, tables, columns, or stored procedures), or parameters (such as macro or stored procedure parameters).


Note
The Data Provider retrieves the SQL Engine reserved words from the SYSLIB.SQLRestrictedWords view when connected to the Teradata Database version 14.0 or later. Users must have read access rights to the SYSLIB.SQLRestrictedWords view.