It is a SQL question. Write a query to find top three
salaries in an EMP TABLE?
Answer Posted / ravi kumar battula
for max 3 salarie:
SELECT TOP 3 sal from( Select DISTINCT max(sal)ORDER By sal
DESC) Order by sal;
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What VBScript operators, functions, and statements do you use in QuickTest Professional?
what is the advantages and disadvantages of using functions instead of re usable actions
What ate the Technologies supported by QTP?
What is the difference between Keyword Driven test and Data Driven test?
How do you capture tooltip using QTP?
What are the various types of Actions in UFT?
What are the recording modes in wave event?
Mention the different actions types of qtp.
What is the use of defining a newobject in the object repository "Define New TestOject". How to use this further. If we define new testobject, how can it recognizes the objects properties of any application.
Define object spy ?
I want to open a Notepad window without recording a test and I do not want to use System utility Run command as well. How do I do this?
Explain hybrid framework with advantages and disadvantages?
How you will rate urself in QTP in the range of 0 to 5
How do you compare the structure of 2 tables in database and check whether they are similar using qtp.
For example you are checking bit map check point before coming to the results. How can you say it is passed? Or failed? Anyways?