Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
CREATE TABLE new_table CLONE existing_table COPY GRANTS;
What will happen to the privileges of any cloned objects?
A
The clone will only inherit SELECT privileges from the source object.
B
The clone will inherit all privileges, including OWNERSHIP, from the source object.
C
The clone will inherit all privileges except OWNERSHIP from the source object.
D
The clone will not inherit any privileges from the source object.