Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
To ensure future management of table permissions by any member of a group rather than a single individual, which command should you use to transfer the ownership of tables from a departing team member to a group?
A
TRANSFER OWNER table_name to ‘group‘
B
GRANT OWNER On table_name to ‘group‘
C
ALTER TABLE table_name OWNER to ‘group‘
D
GRANT OWNER table_name to ‘group‘
E
ALTER OWNER ON table_name to ‘group‘