Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
When cloning a database that contains stored procedures and regular views with fully qualified table references, what will be the outcome?
A
The cloned views and the stored procedures will reference the cloned tables in the cloned database.
B
An error will occur, as views with qualified references cannot be cloned.
C
An error will occur, as stored objects cannot be cloned.
D
The stored procedures and views will refer to tables in the source database.