When would creating and using a standard view be preferable to using a materialized view?
The underlying query of the view takes a lot of time to run.
The underlying query of the view is resource-intensive.
The underlying query of the view is run on large data sets.
The view results change often.
Submit