It is a SQL question. Write a query to find top three
salaries in an EMP TABLE?

Answer Posted / harish

select salary
from (select salary from tablename order by salary)
where rownum < 4;

Is This Answer Correct ?    7 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a Patch in QTP?

596


Hai anyone please "Explain about Framework in QTP?"

1607


How to test the login page in different ways in automation testing and i need code?

1333


Thanks....But can u tell me how i use the QTP for GIS with one Example...

1417


How many ways we can parameterize data in quicktest professional (qtp)?

577






Hi could some one explan what is the use of the function Defination generator, And how to use the function defination generator.. Explan with the example..

1339


1 Folders in VSS 2 In navigation script there are 100 script i want to run first 50 and 37th script also not needed to run how to do this 3 What is navigation script,Driver script, business script what we are loaded in this script 4 use of resource tab 5 Difference between verification and validation give real scenario example 6 file scripting object when to use it 7 what are the problems you are faced while testing web application 8 difference between expert view and keyword view 9 difference between QTP 8.2 and QTP 9.2 navigation frame work please answer these questions from real time working people as early as possible

1593


how to i add the values using the check points property?( i.e valid data(for valid data it's giving the footer message:value is added) and for invalid data: special chars, spaces,Duplicates and null values (in my page when ever we enter special chars, spaces and null values, it's giving the proper warning message and for Duplicates it's giving the footer message:"value already exists)?

1409


how to test Web application using QTP software

1323


write the vb script for call to new action in qtp?

1848


Excel sheet having some datas and some datas present in the application (in table). How will you compare these two datas? Write code to fetch datas from Excel sheet.

1484


Can QTP be used for GUI testing ?, We are using Java with MySQL and Operating system is Linux. We are NOT using the web.

1937


Explain different checkpoints in qtp.

711


This is a question thats generally asked in every QTP interview. What were the problems that you faced during automation and how did you resolve them?

1463


Hi Samrat, Thank u very much, what u said it is right.

1337