Login ProductsSalesSupportDownloadsAbout |
Home » Technical Support » ElevateDB Technical Support » Product Manuals » ElevateDB Version 2 SQL Manual » DDL Statements » GRANT PRIVILEGES |
GRANT <PrivilegeName> [,<PrivilegeName>] ON <ObjectName> TO <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 grants SELECT privileges -- on the EmployeesList view to the system-defined -- Public role which, by default, includes all users. GRANT SELECT ON VIEW "EmployeesList" TO "Public"
Deviation | Details |
WITH HIERARCHY OPTION | ElevateDB does not support the WITH HIERARCHY OPTION clause. |
WITH GRANT OPTION | ElevateDB does not support the WITH GRANT OPTION clause. Only administrators can grant 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. |
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 |