plsql tutorial#17 What is record datatype in oracle pl/sql database

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

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

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

    The best explaination

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

    So nice equalConnect Coach.👍

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

    Mast Video hai ;)

  • @RamBabu-hs6bb
    @RamBabu-hs6bb 4 ปีที่แล้ว

    Sir..can u start dba course..

  • @ArvindSingh-mj3rb
    @ArvindSingh-mj3rb 3 ปีที่แล้ว

    hI SIR, why cursor , record or any collection does not return data into table format directly as return into sql server. it always do we need to print into dbms.ouptut_put.line statement.?

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

      For printing we need to use put lines only

    • @ArvindSingh-mj3rb
      @ArvindSingh-mj3rb 3 ปีที่แล้ว

      @@EqualConnectCoach Does we always need to print the result. ? I want to just access procedure into my .NET program and want to display Data.

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

      @@ArvindSingh-mj3rb no

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

    create procedure myrowtype
    is
    emprec emp%rowtype;
    begin
    select * into emprec
    from emp;
    dbms_output.put_line(emprec.sal||emprec.ename);
    end;/
    begin
    myrowtype();
    end;/
    sir getting error can you solve it
    the error displays is
    ORA-01422: exact fetch returns more than requested number of rows

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

    Stop saying, "nothing but."