When cloning a database, what is cloned with the database? (Choose two.)
A.
Privileges on the database
B.
Existing child objects within the database
C.
Future child objects within the database
D.
Privileges on the schemas within the database
E.
Only schemas and tables within the database
The Answer Is:
A, B
This question includes an explanation.
Explanation:
When cloning a database in Snowflake, the clone includes all privileges on the database as well as existing child objects within the database, such as schemas, tables, views, etc. However, it does not include future child objects or privileges on schemas within the database2.