PostgreSQL - Views and Materialized Views
Which PostgreSQL command correctly creates a materialized view named
mv_customers that selects all columns from the customers table?mv_customers that selects all columns from the customers table?CREATE MATERIALIZED VIEW to create materialized views.CREATE MATERIALIZED VIEW view_name AS SELECT ....CREATE MATERIALIZED VIEW and selects from customers [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions