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

Differentiate between syntax and runtime errors.

642


Write the command to remove all players named sachin from the players table.

738


What is sp_helptext?

592


What is native sql query?

551


When sql appeared?

621






what is view? : Sql dba

556


what is a control file ? : Sql dba

577


Mention what does plvtab enables you to do when you showthe contents of pl/sql tables?

671


How to set up sql*plus output format in oracle?

596


How can I delete duplicate rows?

564


What is a composite primary key?

583


What is the difference between sql and mysql?

557


What is the difference between a procedure and a function?

494


what is log shipping? : Sql dba

613


What is the difference between unique and primary key constraints?

588