O
1z0-146 Oracle Database 11g: Advanced PL/SQL
117 Questions
Question No. 1
View the Exhibit and examine the structure of the EMPLOYEES table. Examine the following PL/SQL block: DECLARE TYPE EmpListIS VARRAY(2) OF employees.employee_id%TYPE NOT NULL; v_employees EmpList := EmpList(); BEGIN DBMS_OUTPUT.PUT_LINE(v_employees.COUNT);v_employees.EXTEND; v_employees(1) := 30;
https://drive.google.com/file/d/1TOyE0XanGEHNNinziZrdiOX8NV4_7SNY/view?usp=sharing
Choose the correct option from the given list.
01 / 117