Write a query to find second highest salary of an employee.
Answer Posted / abhishek
SELECT MAX(SALARY) FROM EMPLOYEE WHERE SALARY NOT IN (SELECT
MAX(SALARY) FROM EMPLOYEE)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what is dynamic window and dynamic model ? (worksoft automation tool)
what is the advantage and dis-advantages of using framework ?
Can you explain me what is object repository?
What are the risks associated in automation testing?
What is an automated test script?
Explain me how to check if an element is visible on the page?
What issues come up in test automation, and how do you manage them?
what is the difference between Batch test runner and framework ?
What are the main differences between Loadrunner and QTP tools? Describe briefly a "real world" scenario that would make you use the first one versus the other? Thank you for your answers....
Tell me what is automation testing?
Give some examples for defect management tools?
Write a short compiled module which selects random numbers?
hi to all, if we open a browser(for ex. yahoomail.com) using navigate command. the cursor by default focussing on the 'yahoo id' html edit box. how to get the label(ie.,yahoo id) of that html edit box using descriptive program. here we should not use identify tool to get the property,thtml editbox method. by tracing the cursor position we have to get the label name. is it possible? please let me know.
Tell me what is the purpose of getoptions() method?
What type of scenarios can be automated?