def compile_create(self): """Materalized view.""" return 'CREATE MATERIALIZED VIEW {}'.format(AsIs(self.name))