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
What is inner join in sql?
What is using in sql?
What is duration in sql profiler trace?
Which data type is a composite type?
What is embedded sql what are its advantages?
What is recursive stored procedure?
How can you load multi line records? : aql loader
What is program debugging?
how can we take a backup of a mysql table and how can we restore it. ? : Sql dba
What are tables in sql?
Can a commit statement be executed as part of a trigger?
What is database white box testing and black box testing?
Are stored procedures faster than queries?
What is difference between db2 and sql?
How can you fetch common records from two tables?