
Ultimate access to all questions.
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‘_