IBM Exam Questions

which of the following actions is user USER1 allowed to perform?

After the following SQL statement is executed:

GRANT ALL PRIVILEGES ON TABLE employee TO USER user1
Assuming user USER1 has no other authorities or privileges, which of the following actions is user
USER1 allowed to perform?

A.
Drop an index on the EMPLOYEE table

B.
Grant all privileges on the EMPLOYEE table to other users

C.
Alter the table definition

D.
Drop the EMPLOYEE table