What is the difference between anonymous block and named
block or stored procedure?
Answer Posted / mohd mahmood ali
anonymous block is one which has name that starts: with
DECLARE, BEGIN...
Named Block has NAME: like PROCEDURE,FUNCTION,PACKAGES
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
How do I run sql?
Can you sum a count in sql?
What is the use of triggers?
What is the usage of the distinct keyword?
Is sql a oracle?
How do you modify a column in sql?
What is user in sql?
What are the basic techniques of indexing?
Explain the difference between rename and alias?
Can we commit in trigger?
who introduced sql?
Why is stored procedure faster than query?
how is exception handling handled in mysql? : Sql dba
How to avoid using cursors? What to use instead of cursor and in what cases to do so?
how to drop an existing view in mysql? : Sql dba