PL SQL Collections || PL/SQL Tutorial for Beginners in Hindi

preview_player
Показать описание
A collection is an ordered group of elements having the same data type. Each element is identified by a unique subscript that represents its position in the collection.

PL/SQL provides three collection types −

Index-by tables or Associative array
Nested table
Variable-size array or Varray

Here we have also discussed different collection methods as well as different collection exceptions.

Please like & share the video.

Subscribe the Channel to keep watching interesting videos helpful for your career growth:

--------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------

Checkout different playlists:

--------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------

Checkout Important videos :

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

Great video! This was incredibly helpful and informative. Thank you for breaking down the topic so clearly and providing practical examples. Keep up the fantastic work!

prakhardubey_
Автор

Brother.. amazing explanation.. really want to see more videos from you on PLSQL..

deveshsharma
Автор

It's great but please take more examples on collection

vishaljagtap
Автор

Bro everything was good but you didn't explain anything about collection inbuilt exceptions provided by Oracle for which I have visited your video.

aniketjagdale
Автор

Apka videos acha he lekin our ek series start karetho our acha hota bhai start mcq series with each topic

saaii
Автор

Here what i dont understand is: In the last index by collection --- we indexed our table with varchar values, then how are we iterating through it using for i in 1.. marks.count ? Because index is by varchar, how are we iterating via number?? Correct me if i am wrong

srishtidixitsd