View: core.country_scrud_view

Schema core
Materialized View Name country_scrud_view
Owner postgres
Tablespace DEFAULT
Description
 CREATE OR REPLACE VIEW core.country_scrud_view
 AS
 SELECT countries.country_id,
    countries.country_code,
    countries.country_name
   FROM core.countries;