Write a query to find second highest salary of an employee.
Answer Posted / pradeep kumar
Select max(salary) from emp where salary NOT IN (Select max
(salary) from emp)
| Is This Answer Correct ? | 95 Yes | 16 No |
Post New Answer View All Answers
In what condition we cannot use automation testing for the agile method?
Can we prioritize tests in Junit. What is the sequence of execution in Junit?
When you will not automate testing?
Tell us how to login into any site if it's showing any authentication pop-up for username and password?
Tell us what is junit? And what is junit annotation?
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.
script to check availibility of mail in yahoo mail box in qtp
how to write ciertification in QTP?
What are the pre-requisites to start automation testing?
Explain what is the hybrid framework?
what is dynamic window and dynamic model ? (worksoft automation tool)
Is there any freeware tool for automation testing of mobile applications for BlackBerry and iPhone platforms ?
can any one tell me the examples of white box testing
Tell us how can we handle web-based pop-up?
Explain some disadvantages to manual software testing?