Write a query to find second highest salary of an employee.
Answer Posted / mitul deshmukh
Select Salary
from Employee emp
where
2 = Select Count(Salary) from Employee emp1
Where
emp.Salary >= em1.Salary))
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What COM Interfaces u r using in QTp While Connecting QC or TD? Or in QTP?Any body plz urgent...
Can we prioritize tests in Junit. What is the sequence of execution in Junit?
Tell me what databases can test director reside on?
Tell me what is a keyword-driven framework?
Tell me what is tsl? What 4gl is it similar too?
how to map requirements& test cases in quality center ???
Hi I need the following information about JMeter 1) How many(max) threads(users) can hit the website using Jmeter? 2) How long(in hours) can we run Jmeter for stress test? (Is there any “Memory full” issue if we run for long time?) 3)What typeof sampler to use for clicking on the link?
Anyone have idea of jmeter.IF so pls contact to this mail id arun130887@hotmail.com
What are different coverages in function testing?
What are the advantages of the automation framework?
On what factors can you map the success of automation testing?
How did you use automating testing tools in your job?
Do you know what is selenese?
Do you know how can we make one test method dependent on other using testng?
Tell me how could ajax controls be handled in webdriver?