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...


4. Select sum(A.salary) +sum(B.salary) as TOT_SAL from ( select LEVEL emp_id,level*100 salary,case when mod (level,2)=0then 2 else null end dept_id from dual connect by level<6 )A right outer join (select level emp_id ,level*200 salary ,case when mod (level,3)=0 then 2 else null end dept_id from dual connect by level<6)B
On A.dept_id=B.dept_id
And A.emp_id=B.emp-id;



4. Select sum(A.salary) +sum(B.salary) as TOT_SAL from ( select LEVEL emp_id,level*100 salary,case ..

Answer / sudarshanbehera07@gmail.com

Ans: b. Null

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

what is the command line end user interface - mysql? : Sql dba

0 Answers  


What is pl sql in oracle?

0 Answers  


What is pls integer?

0 Answers  


How to return more than one value from a function?

11 Answers   Satyam,


wa procedure to return the month and the no'f developers joined in each month.

4 Answers   Fidelity,


How do you clear the screen in sql?

0 Answers  


How do you identify a primary key?

0 Answers  


Is natural join and inner join same?

0 Answers  


What is the purpose of the sql select top clause?

0 Answers  


Why do we use sql constraints? Which constraints we can use while creating database in sql?

0 Answers  


What is a variable in sql?

0 Answers  


What is before trigger?

0 Answers  


Categories