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
Tell us what automation tools could be used for post-release validation with continuous integration?
Tell us what methods of robot class do you know?
What are the advantages of the automation framework?
Bug report formate in bugzilla
how to import specifically 2nd column elements to runtime datatable in excel sheet if it contains 3 columns
What steps are needed in developing and running a software test?
What kind of tests would you automate?
Name a couple of standard web function found in the function generator?
whether flash selenium supports to test Gaming application? like follows: identifying the images, dynamic animations, Dynamic value changes field and win conditions etcc..,
Tell me how a text written in a text field could be cleared?
What is the purpose of deselectall() method?
Where do we get the QTP and Load runner softwares CDs ( Original ) in chennai
How to login into any site if it's showing any authentication pop-up for username and password?
What are the advantages of test automation?
Tell me what is regression testing?