Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
What is the recommended method to create a cloned table that also retains the same grants as the source table?
A
Clone the table with the COPY GRANTS command.
B
Use an ALTER TABLE command to copy the grants.
C
Clone the schema then drop the unwanted tables.
D
Create a script to extract grants and apply them to the cloned table.