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

Answer Posted / purushotham

Named pl/sql blocks are nothing but procedures.
procedures are compiled and stored in the database and
a user can call the procedure when required.
whereas anonymous are unnamed pl/sql blocks that will be
available for the time that is executed and it will not the
stored in the Database.

Is This Answer Correct ?    8 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why plvtab is considered as the easiest way to access the pl/sql table?

619


Can you upgrade sql express to full sql?

519


How to start oracle sql developer?

558


What are sql indexes?

545


What is union and union all keyword in sql and what are their differences?

578






How do you exit in sql?

590


what is a view? : Sql dba

637


What is having clause in sql?

529


What is exception? What are the types of exceptions?

558


which tcp/ip port does sql server run on? : Sql dba

517


What is a unique constraint?

610


Explain spool.

691


What does count (*) mean in sql?

1092


Can dml statements be used in pl/sql?

579


What is numeric function sql?

544