Explain how procedures and functions are called in a PL/SQL
block ?
Answer Posted / tulsi
PACKAGE NAME.PROCEDURE NAME (parameters);
variable := PACKAGE NAME.FUNCTION NAME (arguments);
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are variables in pl sql?
What do we need to check in database testing?
can a stored procedure call itself or recursive stored procedure? : Sql dba
What is a primary key sql?
How to find 3rd highest salary of an employee from the employee table in sql?
What makes a good primary key?
What is java sql drivermanager?
what is the difference between ereg_replace() and eregi_replace()? : Sql dba
Can dml statements be used in pl/sql?
what does it mean to have quoted_identifier on? What are the implications of having it off? : Sql dba
How does cross join work?
what is msql? : Sql dba
What is form and report?
How do I truncate a sql log file?
How can I tell if sql is running?