Write a query to find second highest salary of an employee.
Answer Posted / rahul koul
Select MAX(SALARY) from EMP where SALARY NOT IN (SELCT MAX
(SALARY) from EMp)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Tell me the fundamental difference between xpath and css selector?
8. How we test web based application
What are the references for TSL functions.? Could anybody suggest me recommended book for Test Script Language.
Which is the best place to learn Loadrunner performance testing in hyderabad ?
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.
Please explain how to perform load-testing?
What is tree view in automation testing?
Explain me what is the difference between setspeed() and sleep() methods?
How do we Test the C++ and Unix Application Using Automated Tool.
how to write ciertification in QTP?
What is difference between selenium and QTP tools Which is best tool... Which is most used tool
What factors determine the effectiveness of automation testing?
How to select an automation tool best matched for your project?
What type of scenarios can be automated?
What is vendor tool and give examples?