what is the difernece between named and anonymous pl/sql
blocks??

Answer Posted / vaibhavi_dixit

Anonymous block those pl/sql blocks which are not stored in
your DB as an objects, whereas named pl/sql blocks are
those blocks which are stored in DB as an objects.Due to
storage in DB, these named pl/sql blocks can be called from
another named or anonymous blocks, or from any form also...

Is This Answer Correct ?    34 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the order of sql statement execution?

613


What is an invalid partition table?

566


What is a behavioral trigger?

517


What operators deal with null?

607


What is difference between table and view?

526






what are the limitations of mysql in comparison of oracle? Mysql vs. Oracle. : Sql dba

547


How do you sort in sql?

603


what are date and time functions in mysql? : Sql dba

535


Does sql between include endpoints?

552


What is the use of stored procedures?

519


What is nvarchar in sql?

522


how to include numeric values in sql statements? : Sql dba

561


What does count (*) do in sql?

528


What are field types?

537


How do you drop a trigger?

542