four procedures is are there should i write their in a package
Answer Posted / rahul khanke
yes u can write number of procedure in a package
bcoz package is collectin of stored procedure and function.
the idea is-- it is an box(package) where all the material
(procedure and function) is stored.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Is ms sql is free?
What is set serveroutput on?
How to get help at the sql prompt?
Differences between Oracle 9i and 10g (Probably in terms of SQL and PL/SQL)?
what is the difference between nested subquery and correlated subquery?
Does view store data in sql?
What is use of term?
How many clustered indexes can be created on a table?
What is number function in sql?
Is not equal in sql?
what is the difference between clustered and non clustered index in sql? : Sql dba
What is dba in sql? : SQL DBA
why does the selected column have to be in the group by clause or part of an aggregate function? : Sql dba
What is the command used to fetch first 5 characters of the string?
Why we use joins in sql?