-- Declare a variable 'x' of type NUMBER and initialize it with the value 1 ...
-- Declare an associative array type 'aa_type', indexed by VARCHAR2(15), with INTEGER values TYPE aa_type IS TABLE OF INTEGER INDEX BY VARCHAR2(15); ...