Write a query to find second highest salary of an employee.

Answer Posted / tausif

select top 2 * from Employee order by salary desc

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Tell me how can you switch back from a frame?

554


What are pros and cons of automating tests at ui layer?

551


Please explain what is a relative xpath?

565


What is junit annotation?

548


Explain some disadvantages to manual software testing?

594






What is an automated test script?

663


Tell us what is the alternate way to click on login button?

510


What are the references for TSL functions.? Could anybody suggest me recommended book for Test Script Language.

1686


Is there any freeware tool for automation testing of mobile applications for BlackBerry and iPhone platforms ?

2505


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();?

517


How to check if an element is visible on the page?

535


Give some examples for defect management tools?

564


Tell me how could the web element attributes be inspected in order to use them in different locators?

558


Can you list some other automation testing tools that you are familiar with?

568


What are the different types of an automation tool that you are aware of?

572