Write a query to find second highest salary of an employee.
Answer Posted / selvaraj
select max(salary) as salary from employee where
salary<(select max(salary) from employee)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
wat would be the parameteries for ul testing for web applilcation
Why do you prefer selenium automation tool?
Explain what is the hybrid framework?
What are the different types of locks in mainframe?
Tell me what is an absolute xpath?
Where you have applied oops in automation framework?
Mention a few good practices while performing automation testing.
you have same applications (same server configaration)A&B you are doing nonfunctionality testing . what they differ in?
What factors determine the effectiveness of automation testing?
Kindly let me know how to setup JMeter for functionality testing of a Web application.. The apache help doc is good but i m little confused with it... :(
What is self-referencing constraint in mainframe development?
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.
What are the types of framework used in software automation testing ?
hi every one this is ashok pls any one give answer me pls question is while testing with selenium after giving id user name and password , the inbox will be open , how to handle this one
Tell us which package can be imported while working with webdriver?