👤

Given the DEPARTMENTS table and USER user1, evaluate the SQL
command:
GRANT select
ON
user1
TO
departments;
Select one:
O a. The following will grant query privileges on the
DEPARTMENTS table:
O b. None of the choices
Oc. The following will grant object privileges on USER user1
d. The SQL command is incorrect