Write a query to find second highest salary of an employee.
Answer Posted / gokulapriya
select * from employee where salary < (select max(salary)
from employee)
(i have written as sub query)
is this right
| Is This Answer Correct ? | 5 Yes | 31 No |
Post New Answer View All Answers
Please explain how to perform load-testing?
what is the dictionary objects in QTP? and what is method of vb script using virtual object wizard........
Is automation testing a black box testing or white-box testing?
What are the points that are covered while planning phase of automation ?
Explain load testing on websites?
what is aom and how to add object repository? i am very new to QTP please help me
Program/pseudo code on FIFO? Input a string and make sure that output is in FIFO manner. Eg, Enter 'John Dave' as input and output should be 'John Dave' not 'Dave John'. (inbuilt functions like push, pop were given)
Tell me what type of scenarios can be automated?
Do you know what is the purpose of deselectall() method?
What is in-house tool?
Tell me an example of the languages supported by webdriver?
What are the limitations of automating software testing?
Name the frameworks that are used in software automation testing?
In what condition we cannot use automation testing for the agile method?
Give some examples for performance test tools?