Answers for "grant clause in sql"

SQL
1

grant sql

GRANT UPDATE ON ORDER_BACKLOG TO JONES WITH GRANT OPTION
Posted by: Guest on January-07-2022
0

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
Posted by: Guest on July-22-2021

Code answers related to "SQL"

Browse Popular Code Answers by Language