Cursors in Oracle PL/SQL | Oracle PLSQL concepts

preview_player
Показать описание
This video is to understand the concept of Oracle PL/SQL Cursors. Here we discuss implicit cursor, explicit cursor, difference between open-fetch-close and for loop cursors.

Also here we will discuss various cursor attributes that will help you to get more details about the cursors.

The video includes tutorial on how to work with Oracle PL/SQL Cursor in everyday programming.
Рекомендации по теме
Комментарии
Автор

i gone through so many pl/sql videos, but your videos are really good and explained very well. Thank you ..

senthil
Автор

Thanks for sharing this video!
How to return cursor type variable to the procedure.... like how to write out parameter of cursor type variable in procedure
thanks in advance!!

leewook
Автор

instead of writing 'select * from employees'. i want to create a stored procedure and call it using cursor. Can you let me know how to do that?

bishalgupta
Автор

I have a question regarding cursor.
select * from emp; is which type of cursor?

ipseetasahu
visit shbcf.ru