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


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

Post New Answer

More SQL PLSQL Interview Questions

What is full form of rtm?

0 Answers  


What is dense_rank in sql?

0 Answers  


Is sql open source?

0 Answers  


How can you load microsoft excel data into oracle? : aql loader

0 Answers  


Why we use sql profiler?

0 Answers  






How long does it take to learn pl sql?

0 Answers  


What is sqlca in db2?

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  


I have a small PL/SQL Block assume in this way begin select * from emp where empno=100; exception when others then <Some Messages> when no_data_found then <Some Messages> when too_many_rows then <Some Messages> end; The question which he asked was whether this block will get executed normally or it will throw error ? If errored out then what is the reason for the error ? Could anybody please help me ? Regards Nakul Venkataraman

3 Answers   Satyam,


What are the advantages of indexing?

0 Answers  


How does postgresql compare to "nosql"?

0 Answers  


What is t sql used for?

0 Answers  


Categories