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
How to create an array in pl/sql?
Why procedure is used in sql?
How many clustered indexes can be created on a table?
What are the uses of merge?
what is a tablespace? : Sql dba
Is sql better than excel?
How do I view tables in mysql?
What is a table?
what are the types of join and explain each? : Sql dba
What does data normalization mean?
Explain table and field in sql?
What is the source code of a program?
Write a sql select query that only returns each name only once from a table?
How to get list of all tables from a database?
what is the difference between sql and t-sql? : Transact sql