Write a query to find second highest salary of an employee.
Answer Posted / chandramami
SELECT MAX(e.salary)
FROM emp e,emp e1
WHERE e.salary<e1.salary;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the references for TSL functions.? Could anybody suggest me recommended book for Test Script Language.
When will you not automate testing?
What is the deference between automation tools and management tools?
What are the important operations in database testing?
List down the primary features of a good automation tool?
When do you prefer manual testing over automation testing?
What are the various kinds of frameworks that can be used in software automation testing?
Tell us how to select a value in a dropdown?
22. Scenario: There are 1 to 100 numbers. Each number should be keep in the each column like from A column to Z column ie 1 to 26. From 27 to 52 should be in 2nd row in the excel sheet. This has to be continue till 100. How do you write Java program and what are various methods.
did anybody take online training from Mind Q systems hyderabad? please share your experience. thanksĀ
Explain me what is testng and why is it better than junit?
What are Keyword and Data driven frameworks in Selenium RC
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
Any kind of test which you think should not be automated?
script to check availibility of mail in yahoo mail box in qtp