Q27
Single choice
Examine the structure of the EMP table:
Name
Null? Type
------ ----- -------
EMPNO NOT NULL NUMBER (4)
ENAME
VARCHAR2 (10) SAL NUMBER (7, 2)
Examine this code:

Which code should be inserted to display the collection contents?