CREATE OR REPLACE VIEW core.unit_scrud_view AS SELECT units.unit_id, units.unit_code, units.unit_name FROM core.units;