PL/SQL tutorial 61: Collection Method FIRST & LAST in Oracle Database

preview_player
Показать описание
------------------------------------------------------------------------
►►►LINKS◄◄◄
Previous Tutorial

-------------------------------------------------------------------------
►Make sure you SUBSCRIBE and be the 1st one to see my videos!
-------------------------------------------------------------------------
►►►Find me on Social Media◄◄◄
Follow What I am up to as it happens on

___Facebook Official Page of Manish Sharma___

You can also Email me at
for E-mail address please check the About section

Please please LIKE and SHARE my videos it makes me happy.
Thanks for liking, commenting, sharing and watching more of our videos

♥ I LOVE ALL MY VIEWERS AND SUBSCRIBERS
Рекомендации по теме
Комментарии
Автор

It's pretty simple. It's col_var(col_var.first) and col_var(col_var.last).

debadreebhattacharya
Автор

Thank you very much sir, your videos are really helpful for me.

bibhu
Автор

Can you please make some videos on ETL tool learning & model clause

ganeshgupta
Автор

what is the different between TRIM and COUNT?

rithysakchhun
Автор

Please explain for select some record from tbl

cambotourtech
Автор

00:01 In this video, we will learn about the Collection methods First & Last in Oracle Database.
00:46 Collection functions First & Last can be used to find the first and last index values in a collection
01:28 Understanding the FIRST and LAST collection methods in PL/SQL
02:21 The FIRST and LAST collection methods retrieve the first and last subscript numbers of a collection respectively.
03:13 The FIRST and LAST collection methods in PL/SQL return the highest subscript of the collection.
04:11 The collection method FIRST returns the lowest index in the collection holding some value
05:03 The Collection Method LAST returns the last element of the collection.
05:44 The FIRST and LAST collection methods help in finding the first and last index of a collection.

harshitsoni
Автор

What if the collection is unbounded what value will last return?

anushreeghosh
Автор

No Exception is thrown when collection is uninitialized.

shubhamjain