What is INDEX_BY_BINARY_INTEGER?
BINARY_INTEGER is an indexing data type for associative arrays that is a subtype if INETGER. Values that can be taken up by this data type range from -2,147,483,647 to 2,147,483,647.
Example:TYPE my_array_t IS TABLE OF VARCHAR2(100)
INDEX BY BINARY_INTEGER
What is INDEX_BY_BINARY_INTEGER?
BINARY_INTEGER is a PL/SQL data type defined as a subtype of INTEGER in the STANDARD package and is used for storing signed integers.
It can take values between -2,147,483,647 and 2,147,483,647