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
how many triggers are allowed in mysql table? : Sql dba
how can you create an empty table from an existing table? : Sql dba
How to sort the rows in sql.
What is a nested table in word?
How do you rename a table in sql?
can a stored procedure call itself or recursive stored procedure? : Sql dba
What is sql*plus?
what are sequences
how to create a new table in mysql? : Sql dba
Define overloaded procedure?
What is a record in pl/sql?
What is difference between cursor and trigger?
What do you mean by stored procedures?
how to use like conditions? : Sql dba
Does asenumerable execute the query?