| Schema | core |
| Materialized View Name | brand_selector_view |
| Owner | postgres |
| Tablespace | DEFAULT |
| Description |
CREATE OR REPLACE VIEW core.brand_selector_view
AS
SELECT brands.brand_id,
brands.brand_code,
brands.brand_name,
brands.audit_user_id,
brands.audit_ts
FROM core.brands;