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

There are 2 tables:
EMP : EmpId, Ename, Sal, DeptId
DEPT : DeptId, Dname

Write a query to find out emp names and their department names. if any emp has null in Deptid the it shows
?No Department?.

Write a query to find out those department names which
has no employee.

Write a query to find out those employees whose salary
is greater than their department?s average salary.

Answer Posted / humera

Answer Q # 37
select e.ename,d.dname from emp e left outer join dept d on
e.deptid = d.deptid

Is This Answer Correct ?    1 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain three modes in which files can be accessed from python program

1823


code for connection from windows forms to sql server

2304


Hello...has anyone interviewed with Information Management Services(IMS)located in Silver Spring MD??If yes,what can you share about the programming test and the analytical test?

2030


which worker is involved in all the phases of SDLC?

2209


what is web configuration file

2135


What is the use of Differ interface check box in Ship confirm?

2443


What binary value will be internally stored for NULL for the type S9(1) COMP 3 in mainframe

2022


If u need any fake experience certificate in software side, contact me at: vikramyadhav@gmail.com

8386


smal talk is pure object oriented or not?

2008


5. Which of the following can you do with DB2 Express- C? Query databases with SQL Query databases with XML using XQuery and XPath Use SQL in Xquery and Xquery in SQL All of the above

2622


How to use string functions in QTP?give some examples

7984


How many forms can you create in a Visual Basic 6 Standard EXE project? Is there any limit on that?

2058


What's the difference b/w Table & Templete in Smartform?

2307


Hello Experts, What is the difference between move and move corresponding exactly? please post me asap

1933


Difference between HTML and DHTML?

2329