Oracle Databse - PLSQL Package

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

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

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

    This is one the best explanations with respect to package and I have learnt various things in one single vidoe 😊❤

  • @sharewithsonam
    @sharewithsonam 7 หลายเดือนก่อน

    Very clear explanation 😁😁❤😊

  • @kanikasuneja7777
    @kanikasuneja7777 5 หลายเดือนก่อน

    15:21 so how can we test if private variables work fine??

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

    What windows version are you using?

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

    how to declare cursors in package specification

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

      just like other variables. e.g.:
      var1 varchar2(20);
      num1 number;
      cursor C1 is select * from employees;
      begin
      for i in C1 loop
      xyz
      end loop;
      end;

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

    Excellent tutorial.

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

    too blur to make any sense of