How do I save a stored procedure?


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

Post New Answer

More SQL PLSQL Interview Questions

We have a CURSOR then we need BULK COLLECT?

1 Answers  


What is group by in sql?

0 Answers  


Does a user_objects view have an entry for a trigger?

0 Answers  


How to retrieve a second highest salary from a table? Note:Suppose salaries are in duplicate values eg: Name Sal Malli 60000 Pandi 60000 Rudra 45000 Ravi 45000

10 Answers   Mind Tree, Polaris, Sonata,


Compare sql & pl/sql

0 Answers  






how can we find the select statement is indexed or not?

3 Answers   CTS,


how can i read write files from pl/sql

3 Answers  


What is memory optimized table?

0 Answers  


What are the types of index in sql?

0 Answers  


how to retrieve last tree records from table? select *from emp where rownum > (select count(*)-3 from emp); i am using this query to get last three records from table but its not giving any output, so please tell me what is the error in this query.

16 Answers  


What are the components of a PL/SQL block ?

3 Answers  


Is left join and outer join same?

0 Answers  


Categories