What is the difference between a view and a materialized view?
Q1. What is the difference between a view and a materialized view?
Answer: View is a virtual table, materialized view is a physical table
Explanation: A view is a virtual table based on a query, while a materialized view is a physical table that stores the result of a query.