Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
What command should a data engineer use to grant the HR team full permissions on the 'employees' table?
A
GRANT FULL PRIVILEGES ON TABLE hr_team TO employees
B
GRANT ALL PRIVILEGES ON TABLE employees TO hr_team
C
GRANT SELECT, MODIFY, CREATE, READ_METADATA ON TABLE employees TO hr_team
D
GRANT FULL PRIVILEGES ON TABLE employees TO hr_team
E
GRANT ALL PRIVILEGES ON TABLE hr_team TO employees