Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
A view is defined on a permanent table. A temporary table with the same name is then created in the same schema as the permanent table. What will a query against the view return?
A
The data from the permanent table.
B
The data from the temporary table.
C
An error stating that the view could not be compiled.
D
An error stating that the referenced object could not be uniquely identified.