oracle plsql records and collections Associative array

preview_player
Показать описание
oracle plsql records and collections Associative array

Рекомендации по теме
Комментарии
Автор

Only one word for you, you are an excellent guy

vijaydubey
Автор

Thanks again Siva, very clear to understand.
Regards,
Sujaa

sujaa
Автор

I have shared this video to all my friends

mdevudu
Автор

What if I have something like this why does it not work?
CURSOR example IS select empname, empdesc from emp where emp.number = 5;
TYPE v_rows IS TABLE OF example%rowtype INDEX BY PLS_INTEGER;

Is the way I need is to define a RECORD ( empname .. empdesc )
e.g. .. IS TABLE OF RECORD(..)?

zitot_hawaii
Автор

Awesome explanation.. Please keep going 😊

Ins_
Автор

Awesome talent and great explanation skills

vinodchitluri
Автор

Thanks for making these videos really it helps a lot !!! Keep it up the good work

abhisheknegi
Автор

I have defined 5 different small records for fetching earnings, deductions, er contributions, tax and loan details.. how do I club all these data n fetch into main collections to get data in payslip format. please suggest

manjulaallagi
Автор

super bro your explanation was awesome. 👌👌👌👌
one request bro please explain loop concept in associate array. add that video in the same play list 🙏🙏🙏

shashi.kancham
Автор

You defined collection in 3 types 1. Varray 2. Nested table 3.associative array so what about pl/SQL table or index by table?

shumailasami
Автор

Hi, sorry to say that I tried in Oracle 11g, Limit is applicable to associative array but it returns null value.

ramchinthakayala
Автор

Thanks for the video...Please do video on BULK BIND and Different Ways of Handling Exceptions in the Bulk Bind Process?

raju
Автор

I have a question if we have cursor so why we use nested array or other type array .please let me know

satvinderbhangu
Автор

What collection method we can use to extend index in ssociative array?
Anybody knows pls tell me

Na_Anveshanaj
Автор

How do we check not exist at if condition rather than else ..

Mohanraj-liff
Автор

Please make videos on Memeber function of Object type

Biren_Vlogs
Автор

Can you please explain, how to user input the data for array??

aartibishnoi
Автор

Sir can you explain me what is difgerence between associative array and nested table

shubhamchoudharkar
Автор

Please make videos of Oracle oops and objects

venkatv
Автор

Make a video using selects from the database.

kendellellington