Can function return multiple values in sql?


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

Post New Answer

More SQL PLSQL Interview Questions

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,


Why do we use set serveroutput on?

0 Answers  


How to execute OS(operating system) command from pl/sql?

3 Answers  


How do you delete a table?

0 Answers  


Is pl sql a scripting language?

0 Answers  






Why is the cursor important?

0 Answers  


Can we use two order by clause in query?

0 Answers  


Is sql low level language?

0 Answers  


What are the sql aggregate functions?

0 Answers  


Where the Pre_defined_exceptions are stored ?

2 Answers  


What is a bitmap index?

4 Answers   Choice Solutions, Infosys,


What are the basic techniques of indexing?

0 Answers  


Categories