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 do you update a value in sql?
How do I start sql from command line?
Is sql considered coding?
Whis is not false in primary key?
explain commit and rollback in mysql : sql dba
What is before and after trigger?
How to disable a trigger name update_salary?
Can we edit a view in sql?
Can we insert in view in sql?
What action do you have to perform before retrieving data from the next result set of a stored procedure ?
What are the types of triggers in sql?
What are the rules to be applied to nulls whilst doing comparisons?
What is assignment operator in pl sql?
What are packages in pl sql and also explain its advantages?
Can 2 queries be executed simultaneously in a distributed database system?