Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.
Explain the usage of type record, with datatype of the records as associative array
type ty_1 is table of number index by plsql_integer;
type ty_2 is table of varchar2(10) index by plsql_integer;
type ty_3 is table of date index by plsql_integer;
TYPE rec_tab IS RECORD ( l_num ty_1, l_str ty_2, l_date ty_3);
Please explain this with an example having loops
Profile Answers by ksjana Questions by ksjana
Questions by ksjana
This Question is not yet answered!
Related Answered Questions
Related Open Questions