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

Can we use threading in pl/sql?

513


What is the difference between cross join and natural join?

562


The in operator may be used if you know the exact value you want to return for at least one of the columns.

554


How do you sort in sql?

597


Can sql developer connect to db2?

582






what does it mean to have quoted_identifier on? : Sql dba

673


what is the syntax used for partition in tsql? : Transact sql

533


which command using query analyzer will give you the version of sql server and operating system? : Sql dba

521


What is a boolean in sql?

520


what are the differences between char and nchar? : Sql dba

591


what are the t string functions available in tsql? : Transact sql

540


What are analytical functions in sql?

534


How do I truncate a word?

521


Can we change the table name in sql?

527


What is equi join in sql?

605