What is the difference between anonymous block and named
block or stored procedure?

Answer Posted / ranjith

The anonymous block statement is an executable statement
that can contain PL/SQL control statements and SQL
statements. It can be used to implement procedural logic in
a scripting language.

named block or stored procedure is a pl/sql block that
oracle stores in the database and can be called by name
from any application
examples are function,procedure and packages,etc.....

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a query to find the names of users that begin with "um" in sql?

489


what is isam? : Sql dba

564


What is right join sql?

528


What is normalization in sql?

516


Is not equal in sql?

557






Can you load data into multiple tables at once? : aql loader

593


what is timestamp in mysql? : Sql dba

556


What is the difference between mdf and ndf files?

556


How can I tell if sql is running?

575


What is raw datatype in sql?

544


How many joins can you have in sql?

502


Why is a trigger used?

519


What is the main reason behind using an index?

544


what is transaction? : Sql dba

521


what is self-join? : Sql dba

556