It is a SQL question. Write a query to find top three
salaries in an EMP TABLE?
Answer Posted / ruchi
In MYSQL:
select salary from (select salary from tbl_salary t order
by salary desc) as u limit 3;
u is the table alias,which is a must.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What phases are involved in testing an application in qtp?
Dis advantages of XML checkpoint ?
What are the disadvantages of recording test cases in qtp?
How to capture a window in QTP?
I created 3 actions in test suppose I want to run action 1 in single time, action 2 is 4 time what I do?
what are the frame work models of qtp?which frame work you follow in your company?and explain it process?
Where you get the run time data table?
What are the automation metrice in your project?
Why is action split used by qtp?
What are the check points can be inserted without recording?
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 is ‘object spy’ and what is the function of object spy in qtp?
how many maximum number of virtual users we can create?
whare exactly we have to use functions and sub routain
tell me exact differenceb bw qtp and selenium?(could not tell open soure and licennce? difference in usage and technical difference?