PLSQL Tutorial#14 plsql if | Conditions in Oracle PLSQL Database

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 พ.ย. 2024

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

  • @prabhasrinivasan8274
    @prabhasrinivasan8274 7 หลายเดือนก่อน +2

    You mentioned in earlier slide that DML statements cannot get executed in function. But in this video I see delete and update in a function.

  • @sameerhaijar2530
    @sameerhaijar2530 2 หลายเดือนก่อน +1

    you can call function in pl sql and it will return output

  • @RohitKadam-d9h
    @RohitKadam-d9h 8 ชั่วโมงที่ผ่านมา +1

    YES A FUNCTION CAN BE CALLED IN PLSQL BLOCK, BUT PROCEDURE CAN NOT BE CALLED BY FUNCTION

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

    I think this is the best resource available on the internet to study SQL. Sir can you also provide a sheet or sort of Questions that are asked in the placement interview.

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

      U solve the assignment and complete interview play list

  • @lokeshgola6729
    @lokeshgola6729 10 หลายเดือนก่อน

    Yes, we can call a function from a PLSQL block.

  • @darshanamalviya5973
    @darshanamalviya5973 4 ปีที่แล้ว +1

    Very excellent 👍

  • @sameerhaijar2530
    @sameerhaijar2530 2 หลายเดือนก่อน

    will give error coz function return value output that we didnt mention any variable to recive the output im right?

  • @_One_-ul9vb
    @_One_-ul9vb ปีที่แล้ว

    Great as always keep it up 🧡💛

  • @vinodbarma1753
    @vinodbarma1753 8 หลายเดือนก่อน

    U said function won't support DML,but in above example you used delete, how is it possible?

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

    Awesome 👍

  • @jaberdlg8724
    @jaberdlg8724 2 ปีที่แล้ว +1

    Sir! do you count how many time you say the word "Over here😂😂"?

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

    sir in animation part you apply dml operation in a function that is incorrect ? at 2.03 second. Sir plz clear my doubt.