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

Write a query to find second highest salary of an employee.

Answer Posted / p

select ename from emp where esal=(select max(esal) from emp
where esal<(select max(esal) from emp));

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

hi, I want to study TIA portla V11. where can I get online courses?

1977


What is the different between GUI map and GUI map files?

2207


Tell us how to login into any site if it's showing any authentication pop-up for username and password?

1040


What is a xpath?

1170


Hi, I want to learn DataBase Testing. So please some document or path so that i can get some material on DataBase Testing concepts (preferably SQL Server 2000). Thanks in advance, Guru

3836


What are the 5 common software development problems solutions?

1064


What are the types of the framework used in software automation testing?

1118


List some advantages and disadvantages of manual testing.

925


Explain me how do you send enter/tab keys in webdriver?

1008


Is automation testing a black box testing or white-box testing?

1042


Can we find all links on a web page?

990


5. What are the tests you are conducting through winrunner?

2489


On Test Complete I recorded some keyword test. while I'm running the batch test, if one test case failed, then how test complete skip the failed test case and again continue to run the test case? please provide some way to resolve this issue.

2028


What is Ticketing tool? Has it any other names? What is the purpose of this?

2146


What are different coverages in function testing?

1201