Schema | office |
Materialized View Name | cost_center_scrud_view |
Owner | postgres |
Tablespace | DEFAULT |
Description |
CREATE OR REPLACE VIEW office.cost_center_scrud_view
AS
SELECT cost_centers.cost_center_id,
cost_centers.cost_center_code,
cost_centers.cost_center_name
FROM office.cost_centers;