Write a query to find second highest salary of an employee.
Answer Posted / upali tejale
Select max(salary) from employee where salary NOT IN
(Select max(salary) from employee)
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
wat is database testing....how to develop data driven framework in selenium enviromnent. please explaing in detail
What is hybrid automation?
On what basis you can map the success of automation testing?
Tell me how could ajax controls be handled in webdriver?
Tell me how can you switch back from a frame?
Can you explain data-driven testing?
Hello, Is there any source from which i can get any live tutorial or trial of Automation tools?? Also i have a query that is there any certification course or exam available for Automation tools QTP and QC?
Name some of the commonly used automation testing tools that are used for functional automation.
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
What are the types of the framework used in software automation testing?
How to integrate Rational functional Tester with Rational Quality manager. Can anyone provide the details steps giving explaination with examples.
What are the disadvantages of Hybrid framework
What is a ‘test plan’? What is a ‘test case’?
Highlight attributes of good framework?
what is critical test case ? please give an example .