Write a query to find second highest salary of an employee.
Answer Posted / p
select ename from emp where esal=(select max(esal) from emp
where esal<(select max(esal) from emp));
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Explain me what are the main advantages of automation testing?
Can the activities of test case design be automated?
Name the frameworks that are used in software automation testing?
Can you list some other automation testing tools that you are familiar with?
How do you identify the test cases which are suitable for automation?
Explain some automation testing tools.
What is the deference between automation tools and management tools?
We have a testing assignment that is time-driven. Do you think automated tests are the best solution?
How to Rcognize the Objects in the Web Page Dialog Using QTP
If i am doing the automation of test suites in a project. Then what will be the system interfaces for that?? The tools I am using or something else... please help..!!
How do you decide which tool you have to use?
Do you know how can we make one test method dependent on other using testng?
Which protocol cam be used to makw jdbc connection woth loadrunner
Explain me what is testng and why is it better than junit?
How do we Test the C++ and Unix Application Using Automated Tool.