PL/SQL tutorial 13: PL/SQL FOR Loop In Oracle Database by Manish Sharma RebellionRider.com

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ก.พ. 2025

ความคิดเห็น • 51

  • @aliashj8800
    @aliashj8800 9 ปีที่แล้ว +8

    your videos r really very clear, about the logic and also covers its other aspects.congrats for being such a great tutor to all of us.looking forward towards ur next videos.

    • @Rebellionrider
      @Rebellionrider  9 ปีที่แล้ว +5

      +ABHILASH jain Thank you so much for your love and appreciation. It means a lot to me and keeps me motivated.

  • @Wilq09
    @Wilq09 4 ปีที่แล้ว

    Manish you are truly a great man. Thanks to you I got my first job!

  • @claudiourrutiaaranguiz9281
    @claudiourrutiaaranguiz9281 5 ปีที่แล้ว

    You are a hero without a cape Manish, thanks for sharing your tutorials.

  • @kevinkiprotich9502
    @kevinkiprotich9502 3 ปีที่แล้ว

    Manish you just made my day ,thanks so much.

  • @ronak1520
    @ronak1520 2 ปีที่แล้ว

    Bro these videos are so helpful, infact my teachers should get some classes from you and understand the concept of teaching first. Btw love you bro and bless you

  • @yaqub77
    @yaqub77 8 ปีที่แล้ว +3

    Hi Manish ur videos are very informative and clear to understand
    i request you to please upload reports and forms videos of oracle

  • @Anilbhavnani05
    @Anilbhavnani05 7 ปีที่แล้ว

    Great tutorials....short and perfectly precise.....

  • @mogaleconnie
    @mogaleconnie 9 หลายเดือนก่อน

    Thank you. You helped me with my exam.

  • @mayureshmore8488
    @mayureshmore8488 6 ปีที่แล้ว

    thank you saved my practical marks for 2moros exam

  • @animalia.shorts
    @animalia.shorts 9 ปีที่แล้ว +2

    thank u so much sir. it helps me a lot.

  • @abhiabhang124
    @abhiabhang124 9 ปีที่แล้ว

    thanks dude.....awesome...gr8 job
    i m waitig for ur next videoes

  • @sandhyabose2821
    @sandhyabose2821 6 ปีที่แล้ว

    begin
    for b in 1..10 loop
    dbms_output.put_line(b||'*19 ='||19 * b);
    end loop;
    end;
    This could be more optimized, what do you think Manish? Is it a good practice to do it directly in print section?

  • @sourabhjoshi6871
    @sourabhjoshi6871 6 ปีที่แล้ว

    Hi Manish , Your video is more knowledgeble. Pleas make videos of oracle performance tuning

  • @swati8201
    @swati8201 4 ปีที่แล้ว

    Love u manish❤️

  • @sudhakarchowdarykantipudi811
    @sudhakarchowdarykantipudi811 9 ปีที่แล้ว

    Thank you so much. your videos are very clear to understand. I need PLSQL CURSORS topics. so please provide that topics also.

  • @arighosh17
    @arighosh17 6 ปีที่แล้ว

    Hello Manish...
    I have a question..
    If the loop counter in the for loop in pl/sql always incremented by 1 or decremented by 1..?
    If I need to increment the loop counter by 2 or some more...then is this for loop suitable to do so??

  • @vijayapatil5371
    @vijayapatil5371 8 ปีที่แล้ว

    its very helpful ...thank you very much sir.....

  • @huzaifaansari8688
    @huzaifaansari8688 4 ปีที่แล้ว

    Really helpful 👍

  • @rboolell866
    @rboolell866 4 ปีที่แล้ว

    Just incremented the likes to your video by one ^v^

  • @Black.x
    @Black.x 9 ปีที่แล้ว

    Hey Manish, I got a question, How can I insert 5 new arrows using loop and %TYPE?

  • @devamaniduddekunta3621
    @devamaniduddekunta3621 2 ปีที่แล้ว

    hi manish, what if we want to increment the counter by value 0f 2 each time ?

  • @bluesapphire230
    @bluesapphire230 8 ปีที่แล้ว

    Is there any example where you can show how to use functions in a loop, for example a date function in a loop that checks for correct date syntax

  • @bhavya5508
    @bhavya5508 6 ปีที่แล้ว +1

    *the best u r* !!!!!
    Tqsm !!!

    • @Rebellionrider
      @Rebellionrider  6 ปีที่แล้ว +1

      Thank you so much. I am really glad.

    • @bhavya5508
      @bhavya5508 6 ปีที่แล้ว

      Manish Sharma pleasure is all mine sir :)

  • @zohaibkhalid5611
    @zohaibkhalid5611 8 ปีที่แล้ว +3

    plz upload reports and forms in oracle

  • @tapanjeetroy8266
    @tapanjeetroy8266 6 ปีที่แล้ว

    Thank you sir...

  • @Sahiljmatlani
    @Sahiljmatlani 5 ปีที่แล้ว +2

    Here it is automatically incrementing by 1.
    What if i want to increment counter by 2 or some other value?
    and yes buddy, you're helping me alot..
    Love.

  • @akhileshbangera9153
    @akhileshbangera9153 8 ปีที่แล้ว

    hi, manish, what if i wanna increment the counter by 2 or more dan 2 in for loop??? is there any soltn?

    • @100sainadh
      @100sainadh 8 ปีที่แล้ว

      for that you want to write
      ex i=i+2;

  • @stealthragnarr2644
    @stealthragnarr2644 4 ปีที่แล้ว

    ‘ and ' have so much difference is plsql, why ?

  • @mayankjain6891
    @mayankjain6891 7 ปีที่แล้ว

    set serveroutput on;
    declare
    begin
    for i in 1..10 loop
    dbms_output.put_line(i ||' X ' ||' 19 ' || '= '|| i*19);
    end loop;
    end;

  • @YashKumar-br5xi
    @YashKumar-br5xi ปีที่แล้ว

    is indentation neccesary?

  • @adityakumar-sp4ki
    @adityakumar-sp4ki 7 ปีที่แล้ว

    How to print * pattern using for loop??

  • @cookwithmalika8443
    @cookwithmalika8443 7 ปีที่แล้ว

    sir wat if decrement or increment more than 1

  • @scorpionkingcr4523
    @scorpionkingcr4523 3 ปีที่แล้ว

    What does | | this mean plz explain I have exams tommorow 🙏

  • @DucatRuby
    @DucatRuby ปีที่แล้ว

    Achei mais fácil o loop for, acrescentei refiz a aula da tabuada utilizando outro begin e for, coisas da minha cabeça kkk.

  • @adityakumar-sp4ki
    @adityakumar-sp4ki 7 ปีที่แล้ว

    SET SERVEROUTPUT ON;
    DECLARE
    i number(6);
    j number(11);
    BEGIN
    FOR j IN 1..11
    LOOP
    FOR i IN 1..6
    LOOP
    if(j>=7-i AND j

  • @Sandeepsingh-jr4xe
    @Sandeepsingh-jr4xe 9 ปีที่แล้ว

    Hello sir,
    i need SQL tutorial....start with basic.....

    • @Rebellionrider
      @Rebellionrider  9 ปีที่แล้ว

      +Sandeep singh Thanks for writing to me. I suggest you to take a look at my channel I am sure you will find plenty tutorials on SQL Fundamental , Advance PL/SQL and Oracle Database administration. Hope you will find these helpful. Don't forget to give them and share them. Enjoy

    • @Sandeepsingh-jr4xe
      @Sandeepsingh-jr4xe 9 ปีที่แล้ว

      Got it thanks sir

  • @lilyhewgley8773
    @lilyhewgley8773 7 ปีที่แล้ว

    👍🏼👍🏼

  • @divyanamdev886
    @divyanamdev886 7 ปีที่แล้ว

    thanks ew :)

  • @prasadligade4825
    @prasadligade4825 7 ปีที่แล้ว

    whats up internet!

  • @mysticstranger666
    @mysticstranger666 5 ปีที่แล้ว +1

    Bro, ending mei tum suddenly Farhan akhtar ban gaye lol.

    • @Rebellionrider
      @Rebellionrider  5 ปีที่แล้ว +1

      Mujhe kae baar lagta hai, lol. It takes around 4 to 5 hours to create a 10 minute video. End aate aate tak face and throat sab thak jata hai. Anyways, thank you so much for the comment, hope you enjoyed the video. Please consider subscribing,

  • @youneshamouddo
    @youneshamouddo ปีที่แล้ว