What is the difference between anonymous block and named
blocks?
Answer Posted / anil kumar jampana
1)anonymous block will store in os
where as named block will store in database
2)we can call named block but not anonymous
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What are the types pl/sql code blocks?
What makes a good primary key?
How to handle bulk data?
Can we use delete in merge statement?
What are different clauses used in sql?
Can a key be both primary and foreign?
What operators deal with null?
what is 'mysqlshow'? : Sql dba
What are the types of triggers in sql?
What is sql and explain its components?
How would you reference column values before and after you have inserted and deleted triggers?
why does the selected column have to be in the group by clause or part of an aggregate function? : Sql dba
Explain alias in sql?
What is plpgsql language?
How to fetch values from testtable1 that are not in testtable2 without using not keyword?