Write a query to find second highest salary of an employee.
Answer Posted / satish
select e1.* from emp where 1=(select e2.sal from emp e2
where e2.sal>e1.sal)
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
When will you automate a test?
Tell us what is the difference between @factory and @dataprovider annotation?
How to Rcognize the Objects in the Web Page Dialog Using QTP
what is aom and how to add object repository? i am very new to QTP please help me
What are the advantages of manual testing and automated testing?
In general, how do you see automation fitting into the overall process of testing?
List of Test Management Tools??Is Quality Center Test Management tools
What type of scenarios can be automated?
What are the phases in automation testing life cycle?
Do you know how to verify if the checkbox/radio is checked or not?
What is Ticketing tool? Has it any other names? What is the purpose of this?
you have same applications (same server configaration)A&B you are doing nonfunctionality testing . what they differ in?
What is client side validation? Write a snippet.
Could any one share scripts... where we can Parameterize radio buttons and Check boxes in Rational Robot.
If i am doing the automation of test suites in a project. Then what will be the system interfaces for that?? The tools I am using or something else... please help..!!