Database Design
Lis Sulmont
Curriculum Manager
$$
CREATE MATERIALIZED VIEW my_mv AS SELECT * FROM existing_table;
REFRESH MATERIALIZED VIEW my_mv;