What are the benefits of using PL/SQL packages?

Answers were Sorted based on User's Feedback



What are the benefits of using PL/SQL packages?..

Answer / nashiinformaticssolutions

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

What are the benefits of using PL/SQL packages?..

Answer / 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

What are the benefits of using PL/SQL packages?..

Answer / hr@tgksolutions.com

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

More SQL PLSQL Interview Questions

Why functions are used in sql?

0 Answers  


Explain what is a database?

0 Answers  


What are the uses of sysdate and user keywords?

0 Answers  


What are inner and outer joins examples of both?

0 Answers  


How do I add a database to sql?

0 Answers  






How does join work in sql?

0 Answers  


The select into statement is most often used to create backup copies of tables or for archiving records?

0 Answers  


Can procedure in package be overloaded?

0 Answers   EXL,


explain the options of myisamchk to improve the performance of a table. : Sql dba

0 Answers  


How do you explain an index?

0 Answers  


can i use dbms_output.put_line in a function u are telling as return statement

7 Answers  


How do you go back in sql?

0 Answers  


Categories