REVOKE ZONE OVERRIDE Statement | SQL Data Control Language | Teradata Vantage - REVOKE ZONE OVERRIDE - Advanced SQL Engine - Teradata Database

SQL Data Control Language

Product
Advanced SQL Engine
Teradata Database
Release Number
17.05
17.00
Published
June 2020
Language
English (United States)
Last Update
2021-01-24
dita:mapPath
lmb1556233084626.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1149
lifecycle
previous
Product Category
Teradata® Vantage™ NewSQLEngine

When using Teradata Secure Zones, revokes the privilege to bypass zone restrictions when accessing rows in DBC tables.

Required Privileges

Only user DBC can revoke the ZONE OVERRIDE privilege.

Syntax

REVOKE ZONE OVERRIDE { TO | FROM } user_name [,...] [;]

Syntax Elements

user_name
The names of the users whose access to DBC table data that pertain to all zones you want to revoke. You can specify up to 25 comma-separated names.

Example of Revoking the ZONE OVERRIDE Privilege

This example revokes the ZONE OVERRIDE privilege from a user named Amy_F39674.

REVOKE ZONE OVERRIDE FROM Amy_F39674 ;