CREATE OR REPLACE VIEW core.entity_scrud_view AS SELECT entities.entity_id, entities.entity_name FROM core.entities;