Write a query to find second highest salary of an employee.
Answer Posted / ajay
SELECT * FROM employee WHERE salary=(SELECT MAX(salary) FROM employee WHERE employee.salary <
(SELECT MAX(salary) FROM employee))
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is test tool?
How to decide the tool that one should use for automation testing in their projects?
Tell me how could the web element attributes be inspected in order to use them in different locators?
2. How you will collect a module from the version?
if we are using an Engine (tool)..with that how to capture data from excel sheets and how to do automation with this plz answer any body for this question.?
Can you tell some good coding practices while automation?
Tell me the fundamental difference between xpath and css selector?
what types of documents we need to write the nonfuntional test scripts?
Name some of the commonly used automation testing tools that are used for non-functional automation.
Name a couple of standard web function found in the function generator?
What steps are needed in developing and running a software test?
Explain me what is the difference between setspeed() and sleep() methods?
I want to learn the data base testing, how can I start my psactice? I already reading the books of basic for data base? If any other books that make my study simple please suggest.
Hi, I wanted to go with TestingDomain-Automation. Regarding this I need to take training on any one tool either WinRunner or LoadRunner. Which is better to get job,having future and takes lesstime with easier***. pls mention one tool name. Basically iam manual test engineer on unix- platform.
Name the frameworks that are used in software automation testing?