What are the advantages of the packages

Answer Posted / akki julakanti

Advantages of Packages:
1.Encapsulation
2.Overloading
3.Better Performance
4.Information hiding

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is out parameter used for eventhough return statement can also be used in pl/sql?

579


What are the rules to be applied to nulls whilst doing comparisons?

750


Why we use joins in sql?

536


Does a join table need a primary key?

527


What are basic techniques of indexing?

842






How much does a sql dba make? : SQL DBA

503


How to make a copy values from one column to another in sql?

570


How is data stored in sql?

546


Can primary key be changed?

523


Explain how to use transactions efficiently : transact sql

524


Is sql open source?

541


What is the difference between syntax error and runtime error?

612


Table 1: col1 Timestamp ---------------- 01-mar-2012 11:12:46 Table 2: col2 Timestamp -------------------- 01-mar-2012 11:12:10 01-mar-2012 11:11:23 Write a query to display a row with table2 col2 value less than tabl1 col1 value. Maximum timestamp value previous to table1 col1 value. Display a result as: Col1 col2 ----- ----- 01-mar-2012 11:12:46 01-mar-2012 11:12:10

1715


What are different types of keys?

519


Can we use joins in subquery?

529