Write a query to find second highest salary of an employee.
Answer Posted / vikash
--SUPPOSE PRICE IS SALARY
SELECT
TOYNAME,TOYPRICE FROM TOY
WHERE TOYPRICE<(SELECT MAX(TOYPRICE) FROM TOY)ORDER BY
TOYPRICE DESC LIMIT 1;
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
Tell me what are pros and cons of automating tests at ui layer?
On what basis you can map the success of automation testing?
How the object properties will be recognised by the tool If the functions/ statements are written manually?
How could the web element attributes be inspected in order to use them in different locators?
Explain about basics of rational robot - ibm test automation tool?
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
whether flash selenium supports to test Gaming application? like follows: identifying the images, dynamic animations, Dynamic value changes field and win conditions etcc..,
What is a xpath?
Name some of the commonly used automation testing tools that are used for non-functional automation.
Does every software project need testers?
Tell us the difference between assert and verify commands?
What is a critical bug in a testing field?
Where to maintain information like login, password and url?
22. Scenario: There are 1 to 100 numbers. Each number should be keep in the each column like from A column to Z column ie 1 to 26. From 27 to 52 should be in 2nd row in the excel sheet. This has to be continue till 100. How do you write Java program and what are various methods.
Tell us what you know about table-driven testing?