Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


package specification-3 procedures
package body-2 procedures will is execute

Answers were Sorted based on User's Feedback



package specification-3 procedures package body-2 procedures will is execute..

Answer / umesh joshi

Package specification can be compiled without compiling
package body, whereas package body cannot be compile
without specification compilation

Is This Answer Correct ?    21 Yes 0 No

package specification-3 procedures package body-2 procedures will is execute..

Answer / ajexpert

No.
Package body should contain the same number and type of
objects as declared in package specification

Is This Answer Correct ?    11 Yes 11 No

Post New Answer

More SQL PLSQL Interview Questions

how to retrive only second row from table?

31 Answers   IBM,


What is sql clause?

0 Answers  


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

1 Answers   IAS,


What is pl sql in oracle?

0 Answers  


What are the blocks in stored procedure?

6 Answers   Microsoft,


3. Select sum(a) sum_1,max(a) max_1 ,count(a) count_1 from ( ( select 1 a from dual union all Select to_number(‘2011’) a from dual union all select 1 a from dual) union select 2 b from dual);

1 Answers   Fintellix,


is it necessary to write group by and order by clause together

3 Answers   HCL, Wipro,


how to use like conditions? : Sql dba

0 Answers  


How is data stored in sql?

0 Answers  


What is pls_integer in pl sql?

0 Answers  


how to include numeric values in sql statements? : Sql dba

0 Answers  


Where are my tempfiles, I don't see them in v$datafile or dba_data_file?

0 Answers  


Categories