Write a query to find second highest salary of an employee.
Answer Posted / subash chand
SELECT max(salary) FROM Employee WHERE Employee.salary <
(SELECT max(salary) FROM Employee);
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
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?
Hi All, Is there any free automation tool for windows application and it's easy to use? I usually take a lot of time to regression test my application when there is a new build on live environments (about same 10 environments) I wish I know a automation tool to regression test and ofcourse it's free, easy to use (maybe using C#) Could anybody can advise to me a tool like that? I very appreciate ^^
How software testing is handled?
How will you automate basic “login” functionality test cases for an application?
How do you choose which automation tool is best for your specific scenario?
How the object properties will be recognised by the tool If the functions/ statements are written manually?
VSTET (Visual Studio Team Edition for Testers) which is in TFS (Team Foundation Server) - In what way is VSTET better than QTP?
Explain me how do you send enter/tab keys in webdriver?
you have same applications (same server configaration)A&B you are doing nonfunctionality testing . what they differ in?
How do i startup with Remedy testing tool. Couldnot able to find any links for startup. Please help me to startup with this remedy tool.
Differentiate between hdam and hidam database?
Tell us how can you create html test report from your test script?
What is functional and regression testing?
wat would be the -ve test case for search where u can brak it ,tell dnt tell abt spl characters insertion ,boundary values chk.
What is mean by ARGO testing? Can you please explain anyone