Records in Oracle PLSQL

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

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

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

    Nice video , you explain very well everything . Thanks Ram Sir , you are brilliant. Please make more videos on oracle database regarding performance tuning as well. Thanks again.

  • @anupb.a983
    @anupb.a983 3 ปีที่แล้ว

    i will not comment easily really %type was a hard thing to me i referred i guess around some 10 videos i didnt get the concept you really helped me a lot thank you

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

    precise explanation. Thanks

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

    Super... Thankyou so much ram.

  • @MissButterflie-ShreyaMishra
    @MissButterflie-ShreyaMishra 3 ปีที่แล้ว

    Bang on ⚡👏

  • @CB-xk6ce
    @CB-xk6ce 4 ปีที่แล้ว +1

    Beautifully explained, thanks! I have one question please....why do we need records? It seems that we could use a simple 'select' instead (changing the where condition). Isn't it kind of the same?
    Again, thanks for the vid

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

      I have the same question bruh

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

    I have the table and follow your example but I can't see the table attribute pop out, I wonder why? Thanks

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

    Hi ram ,can you please can explain diference between record and collection when go for record and collection.

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

    Any PLSQL documets or other vidoes of yours.?

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

    Is it possible to access the column using column number instead of column name ? Like ram_student (1), ram_student (2)

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

    Hi Ram nice video
    Thanks

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

    2. Crear una variable BIND y esta almacenará el valor 10. Esta variable se utilizará para hacer el filtro en la tabla correspondiente.
    Mostrar la cantidad de empleados, y el nombre del departamento que almaceno en la variable BIND
    Utilizar RECORD y %TYPE

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

    How to use for loop in associative array could you send me link or make any video please

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

    Really helpful...Thanks a lot...!!!!

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

    Very helpful

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

    Excellent

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

    really thanks for you video, You are awsome ^^

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

    How to fetch multiple data from a table... Please explain it in detail. Awaiting for your reply.

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

    Type TDataRow is record
    (s1 XTEMP.S0%TYPE,
    n2 XTEMP.N0%TYPE,
    d3 XTEMP.D0%TYPE,
    );
    Type TDataTbl is table of TDataRow;
    vTbl TDataTbl;

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

    GOOD EXAMPLES

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

    Nice