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

Answer Posted / kedo

select sal from
select * from employee orderby salary DESC
Limit 1,1

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is nTier Architecture understanding what is Microsoft ASP.net, ASP and SQL understanding what is Web Application and eCommerce application understanding what is Unit, System, Regression, FAT testing ? Test Automation and Test Script Authoring

2520


When is automation testing useful?

564


if i want to use different values in datatable with each iteration of for loop what would i do ??/

1654


How does load testing work for websites?

628


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

1696






how to use regular expression in Test Complete Functional tool

4909


Tell us what automation tools could be used for post-release validation with continuous integration?

518


Any kind of test which you think should not be automated?

538


Can you tell some good coding practices while automation?

652


What is the purpose of getoptions() method?

592


Mention a few good practices while performing automation testing.

561


What is keyword driven automation?

592


What is the purpose of the wrun.ini file?

596


What is testng and why is it better than junit?

573


Can anyone tell me the correct answer of below question....it is about Bugzilla tool. When bug will find out at the time of executio where it will save or what is the location of bug??

1512