Write a query to find second highest salary of an employee.
Answer Posted / ravi
I write this query and it run !!
SELECT max(salary) FROM Employee WHERE Employee.salary <
(SELECT max(salary) FROM Employee)
Plz reply if anyone having generic answer. :-)
Thanks
| Is This Answer Correct ? | 313 Yes | 56 No |
Post New Answer View All Answers
What issues come up in test automation, and how do you manage them?
how to know whether the user information or any other information which is entered in to the web is storing in secured place or non secured place?
Explain what is the hybrid framework?
What are the types of framework used in software automation testing ?
Elaborate the fields in bug report in automated testing
Hi everyone, Are you looking for "worksoft certify" automation tool training online? We have experienced corporate Worksoft certify trainers. We also provide support Worksoft certify automation issues. Please contact us Automationsolutions@yahoo.com
Explain load testing on websites?
What are the references for TSL functions.? Could anybody suggest me recommended book for Test Script Language.
What are the attributes of a good framework?
I am surekha new commer for this site? I have some doubt's pls clarify it..... I finished my B.tech and S/w Testing Course Now iam searching for a job in Testing, I did not have any experience in real time projects. Any body can send me the sample Testcases,Srs,Matrix for Banking,ERP Projects etc.Here is my email id surekhai@yahoo.com
What is vendor tool and give examples?
script to check availibility of mail in yahoo mail box in qtp
Do you know how to check if a button is enabled on the page?
What is mean by ARGO testing? Can you please explain anyone
How could you explain the main difference between webdriver and rc?