PL/SQL Tutorial #31: Ref Cursor Concept !!!! On Demand !!!! with very simple Example

preview_player
Показать описание
we are focusing on how to use Ref Cursor, what is the requirement in PLSQL with appropriate examples.
it very helpful to all the students and beginners as well. so keep going with oracle shooter.

Full Blogs Link:-

Related Topic:-
PL/SQL Tutorial #18: System defined exceptions with Simple Examples
PL/SQL Tutorial #19: User-defined exception with simple examples
PL/SQL Tutorial #20: PRAGMA EXCEPTION INIT Concept ( in very simple words)
PL/SQL Tutorial #21: RAISE_APPLICATION_ERROR Concept in PLSQL
PL/SQL Tutorial #22: Why we use SQLCODE and SQLERRM in PLSQL
PL/SQL Tutorial #23: Some Important logic you have to know related to Exception

PlayList:- PLSQL
Concept :- #cursor #Implicit #Explicit
Related Playlist:-
0. PLSQL
1. SQL
2. Oracle Apps Technical
3. OAF
4. Unix / Linux
5. Company Knowledge
6. Information
7. Oracle ERP

My Vlog Channel link:-

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

Great job please continue awesome videos

kunnudev
Автор

Great sir have you some videos about forms and reports

nasiriqbal
Автор

next level explaination sir, Hats off to you.

Shivdefine
Автор

thank you....pani jesa simple banae ke lia.
subscribed..

kanurag
Автор

Execute immediate native dynamic SQL ka video chahiye

kunnudev
Автор

🙏🙏Extremely helpful and practical approach .. 👍👍 thanks for the video🙏🙏

computerlearningbyargusaca
Автор

but I can directly write
for xx in (select * from emp)
loop
null;
end loop;

and


for xx in (select * from dept)
loop
null;
end loop;


so why do i need ref cursor now?

ketankbc