Answer Posted / glibwaresoftsolutions
Using PL/SQL packages offers several benefits, including:
• Encapsulation: You can encapsulate related code and data within a package, promoting modular and organized code.
• Reusability: Packages allow you to reuse code across multiple programs and reduce redundancy.
• Information Hiding: You can hide implementation details by exposing only the necessary interfaces in the package specification.
• Improved Performance: Packages are precompiled and stored in the database, which can enhance performance.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the sql aggregate functions?
Is it possible to sort a column using a column alias?
What is anonymous block in sql?
Is sqlite good enough for production?
How can a function retun more than one value in oracle with proper example?
List out the acid properties and explain?
How to write a single statement that concatenates the words ?hello? And ?world? And assign it in a variable named greeting?
What if we write return in procedure?
which types of join is used in sql widely? : Sql dba
Is mariadb a nosql database?
What is the order of sql select?
What are views in sql?
how to get @@error and @@rowcount at the same time? : Sql dba
what is the difference between delete and truncate commands? : Sql dba
How many row comparison operators are used while working with a subquery?