what is the difernece between named and anonymous pl/sql
blocks??
Answer Posted / dev
YOU CAN NOT PASS PARAMETERS IN ANONYMOUS BLOCK
WHERE AS YOU CAN PASS IT IN NAMED PLSQL BLOCK.
YOU CAN CALL NAMED BLOCK FROM ANY DB(USING DB LINK)
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
How to create a menu in sqlplus or pl/sql?
How do I kill a query in postgresql?
What is a sql driver?
How delete all data from table in sql?
What is the difference between sum and count in sql?
What is dml statement?
Explain 3 basic parts of a trigger.
What are the types of join in sql?
Can we join 3 tables in sql?
What is the difference between syntax error and runtime error?
What is the difference between python and sql?
Can we rename a column in the output of sql query?
How do I write a cron which will run a sql query and mail the results to agroup?
what is a constraint? : Sql dba
why does the selected column have to be in the group by clause or part of an aggregate function? : Sql dba