Can there be more than one function with a similar name in a pl/sql block?


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

Post New Answer

More SQL PLSQL Interview Questions

What are the limitations of sql express?

0 Answers  


What is sql mysql pl sql oracle?

0 Answers  


what are set operators in sql? : Sql dba

0 Answers  


Why does %isopen return false for an implicit cursor?

1 Answers  


How do I order by ascending in sql?

0 Answers  






I have 2 Databases. How can create a table in particular database? How can i know the list of tables presented each database?( in oracle 10g)

5 Answers   Relq,


How to assign sql query results to pl sql variables?

0 Answers  


How to download oracle sql developer?

0 Answers  


Differentiate between sga and pga.

0 Answers  


Is join and inner join the same?

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 use transactions efficiently : transact sql

0 Answers  


Categories