Write a query to find second highest salary of an employee.
Answer Posted / ujwlala
select max(salary) from employee where salary<>(select
max(salary) from emp)
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Is ui level testing possible?
What is hybrid automation?
What are the types of framework used in software automation testing ?
What java api is required for generating pdf reports?
What are the drawbacks of test automation?
When you will not automate testing?
Hi, here r some questions, which were asked in Ekaplus, plz process these questions. 1. How we connect with the version?
What are the risks associated in automation testing?
When will you not automate testing?
I am new to Test Complete ,can any one suggest me the steps to create/Record and replay a test in Test complete 6....
Tell me which web driver implementation is the fastest?
what is the difference between Batch test runner and framework ?
What you know about table-driven testing?
Tell me what criteria do you consider for automating a test?
how to test an webbased application?