Write a query to find second highest salary of an employee.
Answer Posted / chandramami
SELECT MAX(e.salary)
FROM emp e,emp e1
WHERE e.salary<e1.salary;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the scripting standard while performing automation testing?
What all things can you automate?
Mention a few good practices while performing automation testing.
can anyone suggest me any low cost tool that can support both Manual and Automation testing ?
What factors determine the effectiveness of automation testing?
What is a ‘test plan’? What is a ‘test case’?
How many test cases have you automated per day?
What is the difference between close and quit command?
Once you identify the tool what would be your next steps?
What are the different types of scripting techniques for automation testing?
What is open source tool and give example?
What are the different types of testing framework techniques?
Which package can be imported while working with webdriver?
Tell us what is the difference between getwindowhandles() and getwindowhandle()?
what are the questions that are generally asked in an interview if a person is having 3-4 years of exp..and in ds exp 2 yrs exp is wd automation testing