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
Explain what is a relative xpath?
How to Rcognize the Objects in the Web Page Dialog Using QTP
Could any one share scripts... where we can Parameterize radio buttons and Check boxes in Rational Robot.
Describe some problem that you had with automating testing tool.
Tell me which web driver implementation is the fastest?
what is dynamic window and dynamic model ? (worksoft automation tool)
hi every one this is ashok pls any one give answer me pls question is while testing with selenium after giving id user name and password , the inbox will be open , how to handle this one
Tell me what is regression testing?
Please explain what is the difference between findelement () and findelements ()?
Tell us how can we handle web-based pop-up?
1. How would you Test & then automate an antivirus application? 2. How would u test & automate windows screen saver? (expected: "test scenarios" & "test approch": points)
What is the deference between automation tools and management tools?
what is the difference between Batch test runner and framework ?
What is the purpose of deselectall() method?
What are the important modules of an automation testing framework?