What is the difference between Views and Materialized Views in Oracle?
Materialised view - a table on a disk that contains the result set of a query
Non-materiased view - a query that pulls data from the underlying table