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

Answer Posted / nilesh chaudhari

Select max(Salary) as 'Second Highest Salary' from Employee
where USdollar NOT IN
(Select max(Salary) from Employee)

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is nTier Architecture understanding what is Microsoft ASP.net, ASP and SQL understanding what is Web Application and eCommerce application understanding what is Unit, System, Regression, FAT testing ? Test Automation and Test Script Authoring

2520


How do i startup with Remedy testing tool. Couldnot able to find any links for startup. Please help me to startup with this remedy tool.

1225


What are the differences between open source tools, vendor tools, and in-house tools?

549


I am fresher and i have completed my software testing course and i don't have real time experience,can anybody help me regarding financial domain projects,main testcases in that domain.

1802


List down the primary features of a good automation tool?

521






can anyone suggest me any low cost tool that can support both Manual and Automation testing ?

1501


What are the main attributes of test automation?

1539


Hi All! Am new to Selenium and would really appreciate your help writing test cases for the following scenario: 1. Manually create 2 logins User A and User B on say, orkut.com or facebook.com. 2. Have User A invite User B as a friend. 3. Have User B accept the friend request. 4. Have User A post a comment on his own profile. 5. Have User B post a reply to that comment. 6. Each User logs out of his respective account. 7. Do not use Selenium IDE. 8. Use Selenium RC and Java.

1503


4. How we implement Winrunner,in our project?

1990


How to Rcognize the Objects in the Web Page Dialog Using QTP

2013


script to check availibility of mail in yahoo mail box in qtp

2412


Generic function for selecting a Radio Button in a Dialog

1975


Hi, here r some questions, which were asked in Ekaplus, plz process these questions. 1. How we connect with the version?

3387


What do you think holds testers back to do automation? Is there a way to overcome it?

502


Mention a few good practices while performing automation testing.

561