June 2018
Intermediate to advanced
478 pages
10h 52m
English
Users with EXPLAIN authority can perform the following tasks:
You can assign EXPLAIN authority on a database called SAMPLE to the user john by executing the following statement:
CONNECT TO sample; GRANT EXPLAIN ON DATABASE TO USER john;
If you want to revoke EXPLAIN authority on a database called SAMPLE from the user john, execute the following statement:
CONNECT TO sample; REVOKE EXPLAIN ON DATABASE FROM USER john;
Read now
Unlock full access