Restricting User Access by Column in a Table or View - 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ā„¢

Restricting user access by column is more precise than assigning user privileges on views, and it avoids the unnecessary proliferation of views.

You can define column level access restrictions by specifying a comma-separated list of columns after INSERT, REFERENCES, SELECT, or UPDATE when assigning privileges on a view or table:
  • In a GRANT statement, to allow only the specified privilege on a limited number of columns in a table or view.
  • In a REVOKE statement, to limit broader privileges previously granted on a table or view.

For further information, see Teradata Vantageā„¢ - SQL Data Control Language, B035-1149.