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
Which is the best place to learn Loadrunner performance testing in hyderabad ?
What are the points that are covered while planning phase of automation ?
What type of scenarios can be automated?
Please explain how to perform load-testing?
What are the primary features of good automation tool ?
Where do we get the QTP and Load runner softwares CDs ( Original ) in chennai
i have one answer from you that today the test cases are not stored in the database(SQL server 2005). But in automation testing where does the test case store? plz tell me... i have more confusion
Tell us the line of code webdriver driver = new firefoxdriver();.?
Can we find all links on a web page?
Elaborate the situation where automation testing can’t be used for agile methods?
How could the web element attributes be inspected in order to use them in different locators?
Tell me how can the user get a text of a web element?
Please name a couple of standard web function found in the function generator?
Tell me which web driver implementation is the fastest?
How can you create html test report from your test script?