What is the difference between anonymous block and named
blocks?
Answer Posted / nagendra
anonymous block cannot be stored in database. it doesn't
contain name. it cannot be called for future use.
where as named block can be stored in database. it can be
named. it can be called for future use.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is server name sql?
What is on delete set null?
What are the 3 types of behavioral triggers?
What is meaning of <> in sql?
what is self join and what is the requirement of self join? : Sql dba
What are all the common sql functions?
How is a process of pl/sql compiled?
how is myisam table stored? : Sql dba
What does select count (*) mean in sql?
How do we use distinct statement? What is its use?
How to call a javascript function from pl sql?
Can a view be mutating? If yes, then how?
What is the difference between execution of triggers and stored procedures?
What is java sql package?
What is the purpose of my sql?