It is a SQL question. Write a query to find top three
salaries in an EMP TABLE?
Answer Posted / pardeep kumar
In the Above post i have given top third salary from the
table.
Now the Query for the top three salaries.
Select distinct Top 3 EmpSal from tbEmployee order by
EmpSal Desc.
Pardeep Kumar
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
i'm using the qtp to test to vb appliction,i wanted to get the new application's title.i didn't want to use the winAPI to get it ,i 'd like to know whether a QTP function can do it. Eg: SystemUtil.Run "C:\Program Files\.....","","","" 'run an application, and misure the application is activating,then how to get the hwn wihtout using windowns api
what and how to answer for the question "tell me about yourself ?" for 3 years experience. can anyone say inj detail please... its urgent
what QTP Options do you know?
distinguish between old version and new version QTP features.
How are cgi programs, applets, javascripts, ActiveX components, etc. to be maintained, tracked, controlled, and tested?
How to handle Java tree in QTP?
Diff b/w test scenario's and test Procedures?
How can you identify the browser and its information using QTP script?
suppose in the middle of the project QTP will not work properly, then what do u do? and ur team?
Explain the new feature of UFT regarding the export of test results?
.have you ever written compiled module? if yes , tell me about some of the function that you wrote.
What is an object repository?
How to use reporter.report event in qtp ?
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.
what is clean sweep?