Oracle Database Advanced PL SQL 12c 1z0 148

© examsiri.com
Question : 32 of 54
 
Marks: +1, -0
Examine this code:
CREATE TYPE list_typ IS TABLE OF NUMBER;
/
DECLARE
l_list list_typ := list_typ ();
Which two executable sections will display the message TRUE? (Choose two.)
Go to Question: