Write a query to find second highest salary of an employee.
Answer Posted / priyanshu
select First_Name,Salary from employees where salary in
( select max(salary) from employees
where salary < ( select max(salary) from employees) ),
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
Can we find all links on a web page?
List some advantages and disadvantages of automation testing.
Explain what sikuli is?
If I have given names to different DataTable columns and those column names are stored in a variable, then passing that variable to the datatable how can i Enter different values in those columns listed in that variable?? Please explain me with an example.I am not getting it.
Can we do automation testing without a framework? If yes, then why do we need a framework?
how can i count the no of edit field in a page and fill the multiple edit field
What are the different types of scripting techniques for automation testing?
What are the various kinds of frameworks that can be used in software automation testing?
Tell us how could you explain the main difference between webdriver and rc?
script to check availibility of mail in yahoo mail box in qtp
Write a short compiled module which selects random numbers?
How to check if an element is visible on the page?
wat is database testing....how to develop data driven framework in selenium enviromnent. please explaing in detail
What is the purpose of deselectall() method?
Tell me how a text written in a text field could be cleared?