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
how can i count the no of edit field in a page and fill the multiple edit field
What is test automation?
What kind of tests would you automate?
2. How you will collect a module from the version?
Explain what is a relative xpath?
What is tsl?
Give some examples for defect management tools?
How do you choose which automation tool is best for your specific scenario?
I am fresher and i have completed my software testing course and i don't have real time experience,can anybody help me regarding financial domain projects,main testcases in that domain.
Explain me what is testng and why is it better than junit?
Is automation testing in agile methodology useful or not?
Tell us what is the difference between @factory and @dataprovider annotation?
What is an automated test script?
Do you know what is the purpose of deselectall() method?
What are the steps to perform Load and Stress testing on a Website? What resources do I need to do this? Please advise. Thanks in advance.