Write a query to find second highest salary of an employee.
Answer Posted / aj
select * from emp A where 1=(select count(*) from emp B
where A.SALARY < B.SALARY)
| Is This Answer Correct ? | 12 Yes | 9 No |
Post New Answer View All Answers
What is the deference between automation tools and management tools?
How many test cases have you automated per day?
Tell us what automation tools could be used for post-release validation with continuous integration?
What is vendor tool and give examples?
How is Jmeter tool very useful in projects when it does not have features like online monitoring,WAN emulation,caching like other performance tools.
I am testing a GIS based application so Can anyone tell me which automation testing tool is best for this application?
What is the scripting standard while performing automation testing?
whether flash selenium supports to test Gaming application? like follows: identifying the images, dynamic animations, Dynamic value changes field and win conditions etcc..,
Hi, I want to learn DataBase Testing. So please some document or path so that i can get some material on DataBase Testing concepts (preferably SQL Server 2000). Thanks in advance, Guru
Explain me what kinds of annotations are used in testng?
Can any one give information on "Content Disposition" in TEST COMPLETE automation tool? mail me to pdamarakonda@smart-bridge.co.in call me to 09849423932
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?
Define sdlc in testing.
Can you achieve 100% automation?
wat is database testing....how to develop data driven framework in selenium enviromnent. please explaing in detail