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