Login ProductsSalesSupportDownloadsAbout |
Home » Technical Support » ElevateDB Technical Support » Product Manuals » ElevateDB Version 2 SQL Manual » DDL Statements » REVOKE PRIVILEGES |
REVOKE <PrivilegeName> [,<PrivilegeName>] ON <ObjectName> FROM <Authorization> [,<Authorization>] <PrivilegeName> = ALL PRIVILEGES| SELECT| INSERT| UPDATE| DELETE| CREATE| ALTER| DROP| MAINTAIN| BACKUP| RESTORE| EXECUTE <ObjectName> = DATABASE <DatabaseName>| STORE <StoreName>| TABLE <TableName>| VIEW <ViewName>| PROCEDURE <ProcedureName>| FUNCTION <FunctionName> <Authorization> = <UserName>|<RoleName>
-- The following statement revokes SELECT privileges -- on the EmployeesList view from the system-defined -- Public role which, by default, includes all users. REVOKE SELECT ON VIEW "EmployeesList" FROM "Public"
Deviation | Details |
HIERARCHY OPTION FOR | ElevateDB does not support the HIERARCHY OPTION FOR clause. |
GRANT OPTION FOR | ElevateDB does not support the GRANT OPTION FOR clause. Only administrators can revoke privileges and roles in ElevateDB. |
GRANTED BY | ElevateDB does not support the GRANTED BY clause. The grantor in ElevateDB is always the administrator executing the GRANT statement. |
RESTRICT or CASCADE | ElevateDB does not support the RESTRICT or CASCADE clauses. |
Privileges | ElevateDB does not support the REFERENCES, USAGE, TRIGGER, and UNDER privileges, and adds the CREATE, ALTER, DROP, MAINTAIN, BACKUP, and RESTORE privileges as extensions. |
This web page was last updated on Thursday, November 16, 2023 at 10:39 AM | Privacy PolicySite Map © 2024 Elevate Software, Inc. All Rights Reserved Questions or comments ? E-mail us at info@elevatesoft.com |