View: office.role_view

Schema office
Materialized View Name role_view
Owner postgres
Tablespace DEFAULT
Description
 CREATE OR REPLACE VIEW office.role_view
 AS
 SELECT roles.role_id,
    roles.role_code,
    roles.role_name
   FROM office.roles;