what are the advantages of package?

Answer Posted / priya

Package is a group of similar types of classes, interfaces and sub-packages. .
Packages is used to categorize the classes and interfaces.
Packages provides access protection. Package removes naming collision.

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is primary key always clustered index?

533


Where can I learn sql for free?

505


What is %s in sql?

562


Which is faster view or stored procedure?

500


What is materialized view. What are different methods of refresh?

775






what is oltp (online transaction processing)? : Sql dba

528


What is the mutating table and constraining table?

556


Why is sql better than hql?

504


which tcp/ip port does sql server run on? : Sql dba

515


how to delete duplicate rows from a join tables(I have three tables on that join) how do you know which join is need to be used? The select statement I have is: SELECT gc_skill_type.skill_type, gc_area_tec.area, gc_technology.technology, gc_technology.id_technology, gc_area_tec.id_area_tec FROM gc_skill_type, gc_area_tec, gc_technology WHERE gc_area_tec.id_skill_type (+) = gc_skill_type.id_skill_type AND gc_technology.id_area_tec (+) = gc_area_tec.id_area_tec order by gc_skill_type.skill_type asc, gc_area_tec.area asc, gc_technology.technology asc

3232


Does inner join remove duplicates?

518


Can we edit a view in sql?

544


Is natural join same as inner join?

505


Which version of sql do I have?

558


Can triggers stop a dml statement from executing on a table?

614