Write a query to find second highest salary of an employee.
Answer Posted / nitin shrivastava
SELECT MAX(esal) AS Expr1
FROM Emp
WHERE (esal NOT IN
(SELECT MAX(esal) AS Expr1
FROM Emp AS Emp_1))
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
test cases test wheather window? test cases to test calculaor? test cases to test a reverse string program? test cases to test program{ int.parse(sting str) $return (int)}? test cases to test program{display string length}?
On what factors can you map the success of automation testing?
Where will you maintain information like url, login, password?
Hi all, Do anyone have the experience in PDF Document Automation using OLE objects and methods? If so suggest the best websites for source. Thanks :-)
suggest me the free online books on software testing?
5. What are the tests you are conducting through winrunner?
Can we do automation testing without a framework? If yes, then why do we need a framework?
Please explain what is the hybrid framework?
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
Tell me how can you switch back from a frame?
Anyone aware of Test Runner (ETL Automation Testing tool) if so please help me with material in keerthi.smile14@gmail.com
wat is database testing....how to develop data driven framework in selenium enviromnent. please explaing in detail
What is tsl?
In general, how do you see automation fitting into the overall process of testing?
When is automation testing useful?