Write a query to find second highest salary of an employee.
Answer Posted / chandramami
SELECT MAX(e.salary)
FROM emp e,emp e1
WHERE e.salary<e1.salary;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Write a short compiled module which selects random numbers?
What is the deference between automation tools and management tools?
List out some of the automation tools which could be integrated with selenium to achieve continuous testing.
How does load testing work for websites?
When you will not automate testing?
I want to learn the data base testing, how can I start my psactice? I already reading the books of basic for data base? If any other books that make my study simple please suggest.
If I have given names to different DataTable columns and those column names are stored in a variable, then passing that variable to the datatable how can i Enter different values in those columns listed in that variable?? Please explain me with an example.I am not getting it.
Tell me how can we find the value of different attributes like name, class, value of an element?
Explain what is the hybrid framework?
wat would be the parameteries for ul testing for web applilcation
if we are using an Engine (tool)..with that how to capture data from excel sheets and how to do automation with this plz answer any body for this question.?
what is aom and how to add object repository? i am very new to QTP please help me
How do i startup with Remedy testing tool. Couldnot able to find any links for startup. Please help me to startup with this remedy tool.
What is the difference between automation tools and management tools?
script to check availibility of mail in yahoo mail box in qtp