Hi All,
What is the difference between the below 2 statements, especially one without INDEX BY keyword? I'm not trying to use Nested table in this context either. Thank you.
TYPE t_rowid_tbl IS TABLE OF VARCHAR2(10);
TYPE t_rowid_tbl IS TABLE OF VARCHAR2(10) INDEX BY BINARY_INTEGER;