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

Answer Posted / debi

annonymous blocks are the blocks of code executed on the
client server where as the named block such as(stored
procedure and functions) are the block of code executed on
the database server.so once the code is executed on the
server so no need to compile it again when the user wants
to run it again.So the program execution is faster in case
of executing the named block.

Is This Answer Correct ?    1 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is partition in sql query?

527


What is a full join sql?

604


how to load data files into tables with 'mysqlimport'? : Sql dba

536


what are numeric data types? : Sql dba

588


Mention what problem one might face while writing log information to a data-base table in pl/sql?

686






Is join and inner join the same?

553


How many commands are in sql?

537


what is transaction? : Sql dba

542


How to create a menu in sqlplus or pl/sql?

620


What is a natural join?

525


Does truncate free space?

530


Can we alter stored procedure?

557


Mention what does the hierarchical profiler does?

572


Explain the rollback statement?

587


Can a trigger call a stored procedure?

555