CREATE OR REPLACE VIEW core.brand_scrud_view AS SELECT brands.brand_id, brands.brand_code, brands.brand_name FROM core.brands;