Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 a constraint? Tell me about its various levels. : Sql dba

1046


What are the different type of joins in sql?

997


What is the limitation on the block size of pl/sql?

1036


Why do we use sqlite?

1028


Difference between table function and pipelined function?

1082


How bulk collect improves performance?

1055


What is primary key and unique key?

1162


What are the events on which a database trigger can be based?

1240


Is pl sql a scripting language?

1082


What are joins in sql?

1108


What is server name sql?

1203


How do you change a value in sql?

1064


Is it possible to read/write files to-and-from PL/SQL?

1149


What is the execution plan in sql?

1070


What is union and union all keyword in sql?

1109