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
What are the main attributes of test automation?
What are the different types of locks in mainframe?
Tell me how a text written in a text field could be cleared?
I want a code for a following item in TSL Language. Look up a person in database, If not found, add person to the database.
Give some examples for performance test tools?
What is hybrid automation?
suggest me the free online books on software testing?
What are the steps involved in the automation process ?
Tell me what is the testng.xml file used for?
Do you know what is functional testing?
What are the drawbacks of test automation?
In general, how do you see automation fitting into the overall process of testing?
Where do we get the QTP and Load runner softwares CDs ( Original ) in chennai
Explain some automation testing tools.
Tell us what is the difference between single slash (/) and a double slash ( //) in xpath?