SnowPro Core Certification — Question 253

When cloning a database containing stored procedures and regular views, that have fully qualified table references, which of the following will occur?

Answer options

Correct answer: D

Explanation

The correct answer is D because when you clone a database, the stored procedures and views maintain their original references to the tables in the source database. Options A, B, and C are incorrect; cloning does not change the references to the source tables, and views with qualified references can be cloned without generating errors.