| Schema | core |
| Materialized View Name | rounding_method_selector_view |
| Owner | postgres |
| Tablespace | DEFAULT |
| Description |
CREATE OR REPLACE VIEW core.rounding_method_selector_view
AS
SELECT rounding_methods.rounding_method_code,
rounding_methods.rounding_method_name
FROM core.rounding_methods;