Write a query to find second highest salary of an employee.
Answer Posted / lia
select employee_name
from employee
order by salary desc
where ROWNUM=2
| Is This Answer Correct ? | 31 Yes | 83 No |
Post New Answer View All Answers
What are the different types of an automation tool that you are aware of?
what is the difference between Batch test runner and framework ?
Explain about basics of rational robot - ibm test automation tool?
What is mean by ARGO testing? Can you please explain anyone
What are the 5 common software development problems solutions?
What are the different types of scripting techniques for automation testing?
in keyword driven frame work..where Driver Script is locate? is there any inbuilt script for driver script?who writes the driver script?how to call it any body can tell me with an example...like(yahoo login,inbox, logout).
Do you know how to check if a button is enabled on the page?
Manually in a page 10 check boxes is there.so 5 check box "on" and 5 check box "off" so using descriptive program how to know how many "on" and how many "off" plz help me this question answer?
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 what kind of tests should not be automated?
Do you know what is the purpose of creating a reference variable- 'driver' of type webdriver instead of directly creating a firefoxdriver object or any other driver's reference in the statement webdriver driver = new firefoxdriver();?
Why do you prefer selenium automation tool?
What are the primary features of good automation tool ?
I want to test a mobile software by an automation tool which is a IP telephony based software designed for both ios and android phone, basically this apps is develop for make call though few low cost audio codecs from Aircraft to Ground and Ground to Aircraft so anyone can suggest me which testing tool we can use for it