Write a query to find second highest salary of an employee.
Answer Posted / dharmaraj
SELECT max(salary) as salary FROM Employee WHERE salary <
(SELECT max(salary) FROM Employee)
| Is This Answer Correct ? | 67 Yes | 9 No |
Post New Answer View All Answers
how to write ciertification in QTP?
Tell me what type of scenarios can be automated?
What are Keyword and Data driven frameworks in Selenium RC
Why do you prefer selenium automation tool?
Hi, I wanted to go with TestingDomain-Automation. Regarding this I need to take training on any one tool either WinRunner or LoadRunner. Which is better to get job,having future and takes lesstime with easier***. pls mention one tool name. Basically iam manual test engineer on unix- platform.
Do you know what is the difference between "type" and "typeandwait" command?
Tell us what you know about table-driven testing?
Differentiate between hdam and hidam database?
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?
What is an automation testing framework?
Explain some automation testing tools.
Can you explain me what is object repository?
Tell me how could the web element attributes be inspected in order to use them in different locators?
What factors determine the effectiveness of automation testing?
Tell me what databases can test director reside on?