Answer Posted / senthilkumar
Package is a group of related database objects like
functions ,procedures and other packages construct together
as a unit in the database.
Advantages:
Modularity
Better Performance(when we are executing any
subprogram in the package, it will be loaded in to the
memory, so performance of the package will be very high)
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between joins?
is mysql query is case sensitive? : Sql dba
What is minus?
What are triggers and its uses?
How to select random rows from a table?
Can you load data into multiple tables at once? : aql loader
What are pl/sql cursors?
What is the primary key?
Why do we need a foreign key?
Why query optimization is needed?
Which is faster view or stored procedure?
What are the advantages of indexing?
What is autocommit sql?
Can we use update in sql function?
How to return multiple rows from the stored procedure?