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
Is sql open source?
What is sql prepared statement?
How can get second highest salary in sql?
what is myisam? : Sql dba
What is a common use of group by in sql?
Can we enter data in a table in design view?
What is the difference between a database and a relational database?
what is the difference between a having clause and a where clause? : Sql dba
Do prepared statements prevent sql injection?
What programs use sql?
What is multiple partition?
Can we use views in stored procedure?
What is a temporal table?
What is the difference between pl and sql?
Is it important to partition hard disk?