How packaged procedures and functions are called from the
following?
Answer Posted / rajesh
The package procedure and function are called by using
package name.function/procedure name....
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is pessimistic concurrency control? : Transact sql
What is compute?
Why is a primary key important?
Why is there a need for sqlcode and sqlerrm variables?
what are the different tables present in mysql? : Sql dba
Can we use rowid as primary key?
How do I find duplicates in a single column in sql?
What is a database trigger?
What is cte?
What does where 1/2 mean in sql?
Describe types of sql statements?
How do I make my sql query run faster?
How many types of relationship are there?
Explain what is a field in a database and record in a database?
what is the difference difference between procedure and packages