
Ultimate access to all questions.
A newly formed data engineering team, 'team', is assigned an ELT project and needs full access to the 'customers' database to manage the project efficiently. Which command should be used to grant the team complete permissions on the 'customers' database?
A
GRANT SELECT PRIVILEGES ON DATABASE customers TO teams;
B
GRANT USAGE ON DATABASE customers TO team;
C
GRANT ALL PRIVILEGES ON DATABASE customers TO team;
D
GRANT SELECT CREATE MODIFY USAGE PRIVILEGES ON DATABASE customers TO team;
E
GRANT ALL PRIVILEGES ON DATABASE team TO customers;