materialized view redshift

Solutions on MaxInterview for materialized view redshift by the best coders in the world

showing results for - "materialized view redshift"
Joyce
20 Apr 2017
1CREATE MATERIALIZED VIEW mv_name
2[ BACKUP { YES | NO } ]
3[ table_attributes ]   
4[ AUTO REFRESH { YES | NO } ]
5AS query