A database administrator runs 'GRANT SELECT ON customers TO analyst;'. What does this accomplish?
-
A
Gives the analyst permission to read the customers table
-
B
Copies the customers table to the analyst schema
-
C
Creates a read-only view named analyst
-
D
Locks the customers table for the analyst