PostgreSQL - Views and Materialized Views
Given a materialized view mv_orders created from an orders table, what will be the result of running REFRESH MATERIALIZED VIEW mv_orders; if new orders were added after the last refresh?
Given a materialized view mv_orders created from an orders table, what will be the result of running REFRESH MATERIALIZED VIEW mv_orders; if new orders were added after the last refresh?
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions