Teradata Vantage™ - Temporal Table Support describes syntax that is especially relevant to temporal tables. Syntax that is not required, or that is not otherwise specific to temporal tables is generally not shown in this document. For additional syntax, see Teradata Vantage™ - SQL Data Definition Language Syntax and Examples, B035-1144 , Teradata Vantage™ - SQL Data Manipulation Language, B035-1146 , and Teradata Vantage™ - SQL Data Control Language, B035-1149.
GRANT privilege_spec ON item TO { user_spec [,...] | PUBLIC } [ WITH GRANT OPTION ] [;]
- privilege_spec
{ ALL [ PRIVILEGES ] | [ ALL BUT] { NONTEMPORAL | privilege } [,...] }
- item
{ database_name | user_name | [ database_name. | user_name. ] { table_name | view_name } }
- user_spec
[ALL] user_name