Write a query to find second highest salary of an employee.
Answer Posted / krishnadevi
select max(sal) from emp where sal not in (select max(sal)
from emp
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Tell us how could you explain the main difference between webdriver and rc?
Do you know what is the difference between "type" and "typeandwait" command?
On what factors can you map the success of automation testing?
What is tsl?
how can i count the no of edit field in a page and fill the multiple edit field
Hi All, Is there any free automation tool for windows application and it's easy to use? I usually take a lot of time to regression test my application when there is a new build on live environments (about same 10 environments) I wish I know a automation tool to regression test and ofcourse it's free, easy to use (maybe using C#) Could anybody can advise to me a tool like that? I very appreciate ^^
How do you plan test automation?
Tell me what kind of tests should not be automated?
What is a framework for automation testing?
hi, I want to study TIA portla V11. where can I get online courses?
List the five essential types of test steps?
22. Scenario: There are 1 to 100 numbers. Each number should be keep in the each column like from A column to Z column ie 1 to 26. From 27 to 52 should be in 2nd row in the excel sheet. This has to be continue till 100. How do you write Java program and what are various methods.
Tell me how can the user get a text of a web element?
Tell us what automation tools could be used for post-release validation with continuous integration?
What all different approaches can be used for designing an automation solution?