PL/SQL tutorial 63: PL/SQL Collection Method Prior & Next in Oracle Database

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

The Blog is Online now. But you can still check out these Interview Q & A on Collection Method LIMIT

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
Рекомендации по теме
Комментарии
Автор

Hi Sir, Thanks a lot for the video..Here is the assignment you have given so far..
set serveroutput on
Accept no number prompt 'Enter the Index value you want to enter';
declare
type ass_arry is table of number index by binary_integer;
ex_ass ass_arry;
entr_num number:=&no;
ind_exc exception;
pragma exception_init(ind_exc, -06502);
begin
ex_ass(1):=1000;
ex_ass(2):=3000;
ex_ass(3):=4000;
display('Index at PRIOR(3) is '||ex_ass.prior(2));
display('value at index prior(3) is '||ex_ass(ex_ass.prior(2)));
display('Index at next(3) is '||ex_ass.next(entr_num));
display('value at index next(3) is
exception when ind_exc then
display('Entered Index position value is not Currect, pls! enter current index');
end;

SrinivasReddy-sjgq
Автор

HI Manish,
Thank you so much for your hard work..
great learning.. :)

vikasprashar
Автор

HI Manish, i am very thankful to you for this hard work.
does this tutorials are sufficient to carck OCA exam???
Plzz help me on this...

sirigiris
Автор

Yes. I just checked. It's working with associative array.

debadreebhattacharya
Автор

Hii sir plz make a video on bulk collect and bulk bind

rahulgec
Автор

Hi manish
Nice work.
Can you make videos of HIERARCHICAL QUERIES

VinodYadav-fexe
join shbcf.ru