Write a query to find second highest salary of an employee.
Answer Posted / prem
select max(sal) from employee where sal<(select max(sal)
from employee)
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How do you identify the test cases which are suitable for automation?
What is difference between selenium and QTP tools Which is best tool... Which is most used tool
Is ui level testing possible?
Tell me what is regression testing?
What is open source tool and give example?
How to integrate Rational functional Tester with Rational Quality manager. Can anyone provide the details steps giving explaination with examples.
Tell me what is automation testing?
What are the primary features of good automation tool ?
Tell me how can the user get a text of a web element?
Tell me how a text written in a text field could be cleared?
Write a short compiled module which selects random numbers?
wat would be the -ve test case for search where u can brak it ,tell dnt tell abt spl characters insertion ,boundary values chk.
Stop automating the tests which run once?
Explain load testing on websites?
What are the advantages of the automation framework?