Write a query to find second highest salary of an employee.
Answer Posted / nilesh chaudhari
Select max(Salary) as 'Second Highest Salary' from Employee
where USdollar NOT IN
(Select max(Salary) from Employee)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
wat would be the -ve test case for search where u can brak it ,tell dnt tell abt spl characters insertion ,boundary values chk.
how can i count the no of edit field in a page and fill the multiple edit field
Tell me how can we find the value of different attributes like name, class, value of an element?
Tell me what is regression testing?
Give some examples for functional & regression test tools?
what are the steps followed in unit testing, system testing, integration testing
What all different approaches can be used for designing an automation solution?
Give some examples of priority – severity defect levels.
4. How we implement Winrunner,in our project?
test cases test wheather window? test cases to test calculaor? test cases to test a reverse string program? test cases to test program{ int.parse(sting str) $return (int)}? test cases to test program{display string length}?
What are the types of framework used in software automation testing ?
suggest me the free online books on software testing?
Tell us how to login into any site if it's showing any authentication pop-up for username and password?
what is the difference between keyword driven frame work and data driven frame work.
What are the advantages of automation testing?