Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

grant sql

For example, suppose user JONES needs to use the Change mode 
of the Table Editor for a table called ORDER_BACKLOG. 
To grant JONES the UPDATE privilege on the ORDER_BACKLOG table, 
issue the following statement:

GRANT UPDATE ON ORDER_BACKLOG TO JONES WITH GRANT OPTION
 
PREVIOUS NEXT
Tagged: #grant #sql
ADD COMMENT
Topic
Name
4+4 =