Posts by Robson • 1 point
1 post
-
0
votes1
answer225
viewsQ: Oracle - Cursor
I’m studying PL/SQL and testing the use of CURSOR, but I’m not able to test an example: SET SERVEROUTPUT ON DECLARE V_NAME VARCHAR2(50); CURSOR CUR_CURSOR IS SELECT FIRST_NAME FROM EMPLOYEES; TEMP…