Concept Flow - CREATE MATERIALIZED VIEW
Write SELECT query
CREATE MATERIALIZED VIEW with query
Database runs query once
Store results physically
Use materialized view like a table
Refresh manually to update data
You write a SELECT query and create a materialized view that stores the query results physically. You can query this stored data quickly and refresh it when needed.