| { schemaPrivileges | ALL [ PRIVILEGES ] } ON { FUTURE SCHEMAS IN DATABASE <db_name> } | { schemaObjectPrivileges | ALL [ PRIVILEGES ] } ON { <object_type> <object_name> | ALL <object_type_plural> IN { DATABASE <db_name> | SCHEMA <schema_name> } } | { schemaObjectPrivilege...
Grants access privileges for databases and other supported database objects (schemas, UDFs, tables, and views) to a share. Granting privileges on these objects effectively adds the objects to the share, which can then be shared with one or more consumer accounts....
SQL Server Oracle MySQL Postgres Snowflake MongoDB Google BigQuery Other *Database(s) of Interest: SubscribeCookies on red-gate.com We use some essential cookies to make this website work. We'd like to set additional ones to see how you use our site and for advertising. Accept additional ...
ROW ACCESS POLICY SECRET SESSION POLICY SEQUENCE STAGE STREAM TABLE TAG TASK VIEW object_type_plural Plural form of object_type (e.g. TABLES, VIEWS). Bulk grants on pipes are not allowed. name Specifies the identifier for the recipient application (the application to which the privileges are ...
Privileges for schema objects, such as tables, views, stages, file formats, UDFs, and sequences in the database that contains the database role.For more details about roles and securable objects, see Overview of Access Control.Variations: GRANT OWNERSHIP , GRANT <privilege> … TO SHARE See ...