It is a SQL question. Write a query to find top three
salaries in an EMP TABLE?
Answer Posted / saranya
select salary from(select salary from tablename order by
salary desc) where rownum < 4
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How to modify the text checkpoint?
Hi All, I need code for how to execute qtp scripts from excell sheet
Thanks....But can u tell me how i use the QTP for GIS with one Example...
Explain QTP using different development techniques ?
Can any one say what exact diff between test->parameters, action properties-> parameters. after defining the parameters in test->settings, how can we access those parameters.(i know how to use action prop parameters)
How software automation specialist enter steps in the Expert View?
Hi, How Accessibility checkpoint in QTP can be implemented in the test script?
How did you resolve conflicts present in Object Repository?
What are the different types of functions available in qtp and explain ?
explain how to write vb script in qtp?when will you write own script?
i want information about API testing and i want info like how process can be done in company? i want added info like coding ,debugging, desing in c.v ? what should add in c.v for eg banking domin? pls any answer my question?
How to find Operating system information using QTP script?
What are the advantages of qtp?
How do you perform Regreession Testing?
How will you check that your test cases covered all the requirements?