How do I run a pl sql procedure in sql developer?


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

Post New Answer

More SQL PLSQL Interview Questions

What is the difference between function, procedure and package in pl/sql?

0 Answers  


What is java sql connection?

0 Answers  


What is difference between stored function and application function?

0 Answers  


What are views in sql?

0 Answers  


How can we implement rollback or commit statement in a trigger?

0 Answers  






how to get a list of columns in an existing table? : Sql dba

0 Answers  


What is cascade in sql?

0 Answers  


Is join and inner join the same?

0 Answers  


How to execute multiple sql statements in a single annonymous block irrespective of the sql statement result?

2 Answers  


declare l1 number := null; l2 number :=null; begin if l1=l2 then message('equal'); else if l1<>l2 then message('not equal'); else message('else'); end if; end if; end; What will be the output ?

7 Answers   Oracle,


Explain the two type of Cursors ?

8 Answers   Hi Caliber IT,


What is aggregate function in sql?

0 Answers  


Categories