Explain how procedures and functions are called in a PL/SQL
block ?
Answer Posted / nishi
PACKAGE NAME.PROCEDURE NAME (parameters);
variable := PACKAGE NAME.FUNCTION NAME (arguments);
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a natural join sql?
Explain lock escalation? : Transact sql
Explain isolation levels. : Transact sql
How do I view an execution plan in sql?
What is the maximum database size for sql express?
What are analytical functions in sql?
What is data control language (dcl)?
What is sql profiler in oracle?
Is there a way to automate sql execution from the command-line, batch job or shell script?
What is the purpose of my sql?
Is delete faster than truncate?
Is keyword pl sql?
What is data modelling in sql?
Explain sql data types?
What is aggregate function in sql?