Write a query to find second highest salary of an employee.
Answer Posted / abhishek
SELECT MAX(SALARY) FROM EMPLOYEE WHERE SALARY NOT IN (SELECT
MAX(SALARY) FROM EMPLOYEE)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain me how to check if an element is visible on the page?
When will you not automate testing?
Currently I do not have any automation in place in my project, but now I want to implement automation, what would be my steps?
What are the types of the framework used in software automation testing?
What is meant by the automation framework?
Tell us what is the difference between getwindowhandles() and getwindowhandle()?
how to test an webbased application?
What is mean by ARGO testing? Can you please explain anyone
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.
Can you explain data-driven testing?
What are the advantages of automation testing?
Discuss the economics of automation and the role of metrics in testing.
Explain me which web driver implementation is the fastest?
I am new to jmeter and i am working on .net application.I am recording the requests and pop up images data are not recording.can some one suggest an idea regarding this
List some advantages and disadvantages of automation testing.