What is pl sql record in oracle?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL PLSQL Interview Questions

What is before trigger?

0 Answers  


How to create a menu in sqlplus or pl/sql?

0 Answers  


declare lowerl number:= 1; upperl number:= 3; num varchar2(10); begin for i into lowerl..upperl loop num:=num||to_char(lowerl); if i=3 then upperl:=5; end loop; message(num); What will be the output ?

3 Answers   Oracle,


How to run sql statements through the web interface?

0 Answers  


Show the two pl/sql cursor exceptions.

0 Answers  






What do you mean by table in sql?

0 Answers  


Differentiate between sga and pga.

0 Answers  


What will you get by the cursor attribute sql%found?

0 Answers  


Does indexing improve query performance?

1 Answers  


Is primary key an index?

0 Answers  


Explain normalization and what are the advantages of it?

0 Answers  


Explain lock escalation? : Transact sql

0 Answers  


Categories