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

Поделиться
HTML-код
  • Опубликовано: 3 ноя 2024

Комментарии • 73

  • @shaylaschroder7876
    @shaylaschroder7876 4 года назад +6

    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 года назад +5

    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 лет назад +2

    itna ishtyle, i just loved watching this video.

  • @harsimarsingh4918
    @harsimarsingh4918 3 года назад

    superb explaination.

  • @saikatbanerjee9659
    @saikatbanerjee9659 5 лет назад +2

    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.

  • @paragravka4209
    @paragravka4209 6 лет назад +1

    Amazing, your videos are very well strcutured and easy to understand.

  • @anusuyaperumal2155
    @anusuyaperumal2155 4 года назад +1

    Thanks a lot, Manish

  • @adityaseth2410
    @adityaseth2410 3 года назад +1

    Superbbb!!👍🏻

  • @souravkumarnanda2609
    @souravkumarnanda2609 6 лет назад +1

    This is so informative.. short and sweet

  • @lovishgoel2745
    @lovishgoel2745 4 года назад

    Well done manish bro

  • @babithagirish1166
    @babithagirish1166 4 года назад +1

    cannot find the previous tutorial 25 on compound triggers.. could you please share the link

  • @RashedShaik-hp3be
    @RashedShaik-hp3be Год назад

    thqq bro ..u are time saver

  • @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 4 года назад

    Hey Manish.. great thanks for wonderfull videos..... i have a question regarding same topic........ why we use explicit cursor when we have implicit cursor?

  • @sundarpandian787
    @sundarpandian787 8 лет назад

    guruji you have done a wonderful job thank you

  • @Varsha_aesthetic_tuber
    @Varsha_aesthetic_tuber 4 года назад

    Hi Manish, why should we go for cursors? Pls answer..

  • @parag1702
    @parag1702 4 года назад

    Super simple explanation!! loved it.. :)

  • @papachoudhary5482
    @papachoudhary5482 Год назад +1

    Great

  • @savarakumarkwaugh1741
    @savarakumarkwaugh1741 3 года назад

    Thank you very much

  • @aminharith1
    @aminharith1 4 года назад +2

    you so energetic sir

  • @kapiljain359
    @kapiljain359 4 года назад

    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

  • @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??

  • @SKRT_T
    @SKRT_T 4 года назад +1

    very nice bro

  • @maryamouhami
    @maryamouhami 8 лет назад +3

    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 лет назад +10

      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

  • @vishalsaxena5081
    @vishalsaxena5081 3 года назад

    i have a question
    Why stored procedure cant call from function ?

  • @saiabhilashputrevu2559
    @saiabhilashputrevu2559 7 лет назад +1

    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

  • @papachoudhary5482
    @papachoudhary5482 Год назад +1

    Thanks

  • @VIP-very_insignificant_person
    @VIP-very_insignificant_person 6 месяцев назад +1

    Watching after 8 years and 4days

  • @anisha7731
    @anisha7731 3 года назад

    You only teach oracle?

  • @SivaKumar-rv1nn
    @SivaKumar-rv1nn 3 года назад

    Thankyou sir

  • @alalitha7973
    @alalitha7973 2 года назад

    can u please share the details of oracle certification

  • @bebosabir5016
    @bebosabir5016 7 лет назад +1

    very nice

  • @roshp5752
    @roshp5752 6 лет назад +3

    Exelent Manish

  • @rameshthamizhselvan2458
    @rameshthamizhselvan2458 7 лет назад

    superb....

  • @ROSHAN-bp4qb
    @ROSHAN-bp4qb 6 лет назад

    an understandable subject

  • @itmaster4310
    @itmaster4310 7 лет назад

    good video

  • @patyue5012
    @patyue5012 5 лет назад

    Thank you for sharing your knowledge or expertise. (L)

  • @ani8530
    @ani8530 7 лет назад

    muy bien explicado :)

  • @mdrehanyousuf
    @mdrehanyousuf 7 лет назад +1

    good!!

  • @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.

  • @Ganeshay-996
    @Ganeshay-996 5 лет назад

    sir please to a make videos on plsql question and answer for interview

  • @sunitadoke493
    @sunitadoke493 7 лет назад +1

    please tell what is trigger ??

  • @PAWANKUMAR-qq7hw
    @PAWANKUMAR-qq7hw 6 лет назад

    Sir implicit cursors bhi define kr do

  • @4evermejdi
    @4evermejdi 8 лет назад

    thank you alot

  • @francischishimbe2058
    @francischishimbe2058 4 месяца назад +1

    I will

  • @meghagupta8433
    @meghagupta8433 2 года назад

    Isme data print kse hoga

  • @BeggarPerson
    @BeggarPerson 2 года назад +1

    Aj Exam Hai Oracle Ki🥴😔

  • @ashitoshthakur9402
    @ashitoshthakur9402 3 года назад

    😀😀❣

  • @rameshthamizhselvan2458
    @rameshthamizhselvan2458 7 лет назад

    PGA is the program global area

  • @EchoverseMindAI
    @EchoverseMindAI 4 года назад

    good rap song.

  • @Anonymous_31036
    @Anonymous_31036 4 года назад +1

    Rj Manish

  • @mdsaifuddin3028
    @mdsaifuddin3028 4 года назад

    Any Carry fan???

  • @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 4 месяца назад

      ​@@Rebellionrideris ur plsql series enough bro for complete plsql course, is anything else we need to learn plz let me know

  • @krativerma8208
    @krativerma8208 4 года назад

    Bhaiya Itna style kis baat ka...padhane pe focus karo😂😂😂 very annoying accent!!

    • @Rebellionrider
      @Rebellionrider  4 года назад +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

  • @t.r.varsharadhakrishnan970
    @t.r.varsharadhakrishnan970 5 лет назад

    Thank u sir

  • @soumyakantapradhan4212
    @soumyakantapradhan4212 6 лет назад

    thanks