Show materialized views
You can list all materialized views in the current database or in another database.
You can list all materialized views in the current database or in another database.
SHOW MATERIALIZED VIEWS;
SHOW MATERIALIZED VIEWS IN my_database;