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

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

EqualConnect Coach

4 года назад

5,940 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@RamBabu-hs6bb
@RamBabu-hs6bb - 10.09.2020 07:15

Sir..can u start dba course..

Ответить
@VitaminVS
@VitaminVS - 18.09.2020 17:31

Mast Video hai ;)

Ответить
@tirumalasettyvamsikrishna1411
@tirumalasettyvamsikrishna1411 - 04.01.2021 15:04

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

Ответить
@prathmeshfutane1287
@prathmeshfutane1287 - 09.02.2021 10:23

The best explaination

Ответить
@ArvindSingh-mj3rb
@ArvindSingh-mj3rb - 20.07.2021 13:57

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.?

Ответить
@MrsBestTube
@MrsBestTube - 26.06.2022 00:12

So nice equalConnect Coach.👍

Ответить
@genesmith482
@genesmith482 - 09.01.2023 02:11

Stop saying, "nothing but."

Ответить