PL/SQL tutorial 26: Introduction to PL/SQL Cursor in Oracle Database By Manish Sharma

  Рет қаралды 301,091

Manish Sharma

Manish Sharma

Күн бұрын

Пікірлер: 73
@shaylaschroder7876
@shaylaschroder7876 4 жыл бұрын
Oh wow... I stumbled onto this video, and very glad I did. This is EXACTLY what I was looking for, and I didn't have to sit through a bunch of things I didn't need. I just wanted to know what a cursor is and how it works so I can read through some code to create documentation of a procedure from our ETL process. Your energy held my attention, and I was grinning the whole time. This video is GOLD! I have shared a link to your channel to my coworkers, and have subscribed to your channel. Now I'm checking out RebellionRider. Excellent video! Thanks so much!
@armandocastro2121
@armandocastro2121 3 жыл бұрын
Thank you for practicing your English. I understood everything you said without having to second guess. It's a whole different learning experience when you don't have to process language. Subbed
@raphaelrow8367
@raphaelrow8367 5 жыл бұрын
itna ishtyle, i just loved watching this video.
@adityaseth2410
@adityaseth2410 3 жыл бұрын
Superbbb!!👍🏻
@souravkumarnanda2609
@souravkumarnanda2609 7 жыл бұрын
This is so informative.. short and sweet
@anusuyaperumal2155
@anusuyaperumal2155 4 жыл бұрын
Thanks a lot, Manish
@lovishgoel2745
@lovishgoel2745 4 жыл бұрын
Well done manish bro
@paragravka4209
@paragravka4209 7 жыл бұрын
Amazing, your videos are very well strcutured and easy to understand.
@RashedShaik-hp3be
@RashedShaik-hp3be Жыл бұрын
thqq bro ..u are time saver
@harsimarsingh4918
@harsimarsingh4918 3 жыл бұрын
superb explaination.
@saikatbanerjee9659
@saikatbanerjee9659 5 жыл бұрын
Hi Manish, I like your tutorial very much, you make things easy for us. I request you to upload videos on oracle performance tuning, that will be a great help. Adance thank you from my behalf.
@parag1702
@parag1702 4 жыл бұрын
Super simple explanation!! loved it.. :)
@Rebellionrider
@Rebellionrider 4 жыл бұрын
Glad you liked it 😊
@VIP-very_insignificant_person
@VIP-very_insignificant_person 9 ай бұрын
Watching after 8 years and 4days
@francischishimbe2058
@francischishimbe2058 7 ай бұрын
And I will pass
@savarakumarkwaugh1741
@savarakumarkwaugh1741 3 жыл бұрын
Thank you very much
@sundarpandian787
@sundarpandian787 8 жыл бұрын
guruji you have done a wonderful job thank you
@papachoudhary5482
@papachoudhary5482 Жыл бұрын
Great
@aminharith1
@aminharith1 5 жыл бұрын
you so energetic sir
@Rebellionrider
@Rebellionrider 5 жыл бұрын
Thank you so much
@babithagirish1166
@babithagirish1166 4 жыл бұрын
cannot find the previous tutorial 25 on compound triggers.. could you please share the link
@SKRT_DATA_MUSIC
@SKRT_DATA_MUSIC 5 жыл бұрын
very nice bro
@Rebellionrider
@Rebellionrider 5 жыл бұрын
Thank you so much
@leewook4601
@leewook4601 2 жыл бұрын
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!!
@kapiljain359
@kapiljain359 5 жыл бұрын
Hey Manish.. great thanks for wonderfull videos..... i have a question regarding same topic........ why we use explicit cursor when we have implicit cursor?
@francischishimbe2058
@francischishimbe2058 7 ай бұрын
I will
@roshp5752
@roshp5752 6 жыл бұрын
Exelent Manish
@Varsha_aesthetic_tuber
@Varsha_aesthetic_tuber 4 жыл бұрын
Hi Manish, why should we go for cursors? Pls answer..
@vishalsaxena5081
@vishalsaxena5081 3 жыл бұрын
i have a question Why stored procedure cant call from function ?
@eMebyMonicaMateu
@eMebyMonicaMateu 5 жыл бұрын
Great teching^^thanks
@Rebellionrider
@Rebellionrider 5 жыл бұрын
Thank you so much I am glad you enjoyed watching. Please consider subscribing to the channel.
@saiabhilashputrevu2559
@saiabhilashputrevu2559 7 жыл бұрын
Hi Manish. The videos are excellent. I was wondering you can give some examples for implicit cursors because that seems to be an important question in perspective of a job interview
@bebosabir5016
@bebosabir5016 7 жыл бұрын
very nice
@rameshthamizhselvan2458
@rameshthamizhselvan2458 7 жыл бұрын
superb....
@mdrehanyousuf
@mdrehanyousuf 7 жыл бұрын
good!!
@maryamouhami
@maryamouhami 8 жыл бұрын
thanks for the video, can you please tell me what s the difference between cursors , records and tables :=)
@emanuelvald
@emanuelvald 8 жыл бұрын
I'm questioning that same thing
@rafdnaah6078
@rafdnaah6078 8 жыл бұрын
When you execute a select statement within oracle, the database engine stores the results in a memory location and assign an address or pointer to this location. That address or pointer is called cursor. When you want to retrieve the data from this memory location, you specify the keyword FETCH and the cursor name which is the pointer/address from where the data is to be fetched. A record is a user defined composite data type within PL/SQL block which has one or more fields within it. In many respects, it resembles a table in the database except that it is only a user defined type within PL/SQL block for carrying stuff around. It is not stored as a heap table. Assuming that you wanted to fetch an entire employee record from the employee table in the hr schema into PL/SQL block and process it, you will need to define a data structure which has the same fields or structure as the employee table to be able to hold that employee record. It should have all the fields that the employee table has and must match them in data type. This structured type is called a record.
@AntonPetersen93
@AntonPetersen93 2 жыл бұрын
@@rafdnaah6078 Thanks a lot
@ROSHAN-bp4qb
@ROSHAN-bp4qb 6 жыл бұрын
an understandable subject
@kapiljain359
@kapiljain359 5 жыл бұрын
what operation are there in oracle which is not possible without cursor/ref-cursor/sys_refcursor?? please make a video or write on your block in details for better understanding
@anisha7731
@anisha7731 4 жыл бұрын
You only teach oracle?
@t.r.varsharadhakrishnan970
@t.r.varsharadhakrishnan970 5 жыл бұрын
Thank u sir
@Rebellionrider
@Rebellionrider 5 жыл бұрын
Always a pleasure
@itmaster4310
@itmaster4310 8 жыл бұрын
good video
@ani8530
@ani8530 7 жыл бұрын
muy bien explicado :)
@takashikovacs9877
@takashikovacs9877 6 жыл бұрын
Hi Manish, I have a question.. in case of delete no action foreign key option, how to delete records of the primary key??
@alalitha7973
@alalitha7973 2 жыл бұрын
can u please share the details of oracle certification
@patyue5012
@patyue5012 5 жыл бұрын
Thank you for sharing your knowledge or expertise. (L)
@soumyakantapradhan4212
@soumyakantapradhan4212 6 жыл бұрын
thanks
@sunitadoke493
@sunitadoke493 8 жыл бұрын
please tell what is trigger ??
@4evermejdi
@4evermejdi 8 жыл бұрын
thank you alot
@ashitoshthakur9402
@ashitoshthakur9402 3 жыл бұрын
😀😀❣
@Ganeshay-09
@Ganeshay-09 5 жыл бұрын
sir please to a make videos on plsql question and answer for interview
@meghagupta8433
@meghagupta8433 2 жыл бұрын
Isme data print kse hoga
@rameshthamizhselvan2458
@rameshthamizhselvan2458 7 жыл бұрын
PGA is the program global area
@BeggarPerson
@BeggarPerson 2 жыл бұрын
Aj Exam Hai Oracle Ki🥴😔
@Rebellionrider
@Rebellionrider 2 жыл бұрын
All the best.
@BeggarPerson
@BeggarPerson 2 жыл бұрын
@@Rebellionrider OMG Thank You🥰🥰
@PAWANKUMAR-qq7hw
@PAWANKUMAR-qq7hw 6 жыл бұрын
Sir implicit cursors bhi define kr do
@EchoverseMindAI
@EchoverseMindAI 4 жыл бұрын
good rap song.
@Anonymous_31036
@Anonymous_31036 4 жыл бұрын
Rj Manish
@Rebellionrider
@Rebellionrider 4 жыл бұрын
🤣🤣🤣 Thank you
@GeethadhanuRahul
@GeethadhanuRahul Жыл бұрын
Thank you bro iam fail ,hate you
@Rebellionrider
@Rebellionrider Жыл бұрын
Sorry to hear you're struggling. I'm here to help! If there's a specific part you found challenging, let me know, and I'll do my best to assist. Learning can be tough, but I'm rooting for your success. 👍
@krishnavinod8734
@krishnavinod8734 7 ай бұрын
​@@Rebellionrideris ur plsql series enough bro for complete plsql course, is anything else we need to learn plz let me know
@mdsaifuddin3028
@mdsaifuddin3028 4 жыл бұрын
Any Carry fan???
@krativerma8208
@krativerma8208 4 жыл бұрын
Bhaiya Itna style kis baat ka...padhane pe focus karo😂😂😂 very annoying accent!!
@Rebellionrider
@Rebellionrider 4 жыл бұрын
I am sorry for the inconvenience. Accent nae pasand Aya to kisi or ka video dekh lo... Video bhi dekh lia concept bhi smmajh lia... or hate comment bhi kr diya... That is a true example of khaya piya kuch nae or glass thda bara ana...
@garry9330810749
@garry9330810749 Жыл бұрын
I thought PGA stands for Program Global Area
@papachoudhary5482
@papachoudhary5482 Жыл бұрын
Thanks
@SivaKumar-rv1nn
@SivaKumar-rv1nn 3 жыл бұрын
Thankyou sir
Une nouvelle voiture pour Noël 🥹
00:28
Nicocapone
Рет қаралды 9 МЛН
小丑女COCO的审判。#天使 #小丑 #超人不会飞
00:53
超人不会飞
Рет қаралды 16 МЛН
SQL Joins Explained  |¦| Joins in SQL |¦| SQL Tutorial
10:26
Socratica
Рет қаралды 845 М.
MASTER Oracle PLSQL in 30 Days or LESS!
11:13:39
NIC IT ACADEMY
Рет қаралды 47 М.
Oracle PLSQL - CURSOR (Implicit and Explicit)
45:15
Ora Trainings
Рет қаралды 3,7 М.
Implicit Cursors in PL/SQL | Oracle PL/SQL Tutorial Videos | Mr.Vijay Kumar
12:32
Une nouvelle voiture pour Noël 🥹
00:28
Nicocapone
Рет қаралды 9 МЛН