1/* 2REM 3REM 4REM RA-V.sql 5REM 6REM 7*/ 8 9SELECT current_schema(); 10SET search_path to "pr-02"; 11 12CREATE VIEW RA 13 AS SELECT D, E 14 FROM R;