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

Answer Posted / harish

Sorry ..above one is to find lowest threee...

This is for highest 3 salaries -

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

Is This Answer Correct ?    10 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

can any body clearly explain about keyword driven framework .give me the explanation for files what ever you use in this frame work?

1676


What is the syntax to call one script from another? And what can be the syntax to call one “action” in another?

689


What is different command used in command Prompt while using QTP?

1735


Difference between action & Reusable action?

674


What is the difference between keyword view and expert view?

596






banking project description for software tester

7012


What is text/text area checkpoint?

557


can anyone tell me what to say in interview when interviewer asks about "tell me about your framework in your project"?

1394


Pls can anybody send me the Recent Technical and Interview Questions Which were asked in IBM(QTP)Automation PLZZZZZZZZZ

1524


What is action? How many types of actions are there in qtp?

607


How can get count of list box?

629


what frame work you are following?

1514


How will you handle java tree in qtp?

619


Our company is having a windows client server application developed in vb.net. so there is a treeview and i am not in a position to record the click events in QTP. so kindly help. Vivek

1558


I had installed QTP 9.2. It is working fine but whenever I open QTP, it is trying to reinstall the below-mentioned files again and again "QTP92PS82UPGRADE.exe", "recogn.dll". If anybody has these files, please provide those files in this site or you can send that files to my mail id also (lravi4u@yahoo.com). If you don't know where the files will be in the QTP, search in the QTP software CD or path of QTP program installed (C:\Program Files\Mercury Interactive\QuickTest Professional)

1444