Write a query to find second highest salary of an employee.
Answer Posted / sirish kumar
Select max(salary)from(select salary from employee where
salary not in(select max(salary)from employee))
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Name the frameworks that are used in software automation testing?
Tell me what is an absolute xpath?
Do you know what is a xpath?
Explain me what the webdriver supported mobile testing drivers do you know?
What is a xpath?
What steps are needed in developing and running a software test?
How does load testing work for websites?
Can you explain me what is object repository?
What is tree view in automation testing?
Why do you prefer selenium automation tool?
Tell us what automation tools could be used for post-release validation with continuous integration?
Mention a few good practices while performing automation testing.
What kinds of annotations are used in testng?
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
What is the Differnce between Client/Server Testing and Web Based Testing?