Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Tom Hanks, a new member of the data analysis team, has read access to the inventory table but lacks permissions to insert or delete rows. Which command grants him these additional permissions?
inventory
A
GRANT INSERT, DELETE TO tom.hanks@organization.com ON TABLE inventory
B
GRANT USAGE ON TABLE inventory TO tom.hanks@organization.com
C
GRANT MODIFY TO tom.hanks@organization.com ON inventory
D
GRANT INSERT, DELETE ON TABLE inventory TO tom.hanks@organization.com
E
GRANT MODIFY ON TABLE inventory TO tom.hanks@organization.com