Write a query to find second highest salary of an employee.
Answer Posted / saravanan.s
select max(salary) as salaryemp from employee where
employee.salary<(select max(salary) from employee)
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
what r the diffence between QTP 8.2 & QTP9.0?
Hi, I want to learn DataBase Testing. So please some document or path so that i can get some material on DataBase Testing concepts (preferably SQL Server 2000). Thanks in advance, Guru
Do you know what is selenese?
Please explain what is the difference between findelement () and findelements ()?
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).
What is the difference between continue and next sentence?
Anyone aware of Test Runner (ETL Automation Testing tool) if so please help me with material in keerthi.smile14@gmail.com
Which protocol cam be used to makw jdbc connection woth loadrunner
What are the 5 common software development problems solutions?
What type of scenarios can't be automated?
Name some of the commonly used automation testing tools that are used for non-functional automation.
When will you not automate testing?
How could the web element attributes be inspected in order to use them in different locators?
What is the difference between close and quit command?
How do you decide which tool you have to use?