SnowPro Core Certification — Question 133
When cloning a database, what is cloned with the database? (Choose two.)
Answer options
- 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
Correct answer: B, D
Explanation
The correct answers are B and D because when a database is cloned, the existing child objects within that database are included as well as the privileges on the schemas. Options A and C are incorrect as privileges on the database itself and future child objects are not cloned. Option E is also incorrect since it excludes the privileges on schemas.