Gives the DELETE, INSERT, SELECT, and UPDATE privileges on the table-like object identified in the ON parameter to the users or groups identified in the TO parameter.
Gives the DELETE privilege on the table-like object identified in the ON parameter to the users or groups identified in the TO parameter.
The DELETE privilege on a table-like object allows a user to delete rows from the table or view.
Gives the INSERT privilege on the table-like object identified in the ON parameter to the users or groups identified in the TO parameter.
The INSERT privilege on a table-like object allows a user to insert rows into the table or view.
Gives the SELECT privilege on the table-like object identified in the ON parameter to the users or groups identified in the TO parameter.
The SELECT privilege on a table-like object allows a user to the following:
Gives the UPDATE privilege on the table-like object identified in the ON parameter to the users or groups identified in the TO parameter.
The UPDATE privilege on a table-like object allows a user to modify data in the table-like object.
Specifies the table-like object to which the table access privileges apply.
Note: Expanded syntax for table-name is presented in Notes on Security Statement Syntax.
You can wildcard any identifier when you grant access on table-name. If you specify schema-name in table-name, the wildcard character is valid after the period following schema-name.
Note: For more information about wildcarding, see Using a Wildcard.
If you do not specify schema-name, it defaults to the current schema in effect for your session.
Specifies the users or groups to whom you are giving table access privileges.
Specifies all users.
Identifies a user or group.
Note: Expanded syntax for authorization-identifier is presented in chapter Notes on Security Statement Syntax.
Gives the privilege of granting the specified access privileges on the named table or view to the users or groups identified in the TO parameter.
A privilege granted with the WITH GRANT OPTION is called a grantable privilege.
|
Copyright © 2014 CA.
All rights reserved.
|
|