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
How to find the path of folder in which the test is saved in qtp?
Which is the best QTP training institute in Delhi/NCR region and what is the approximate fee for QTP course (Basics and Advanced)
How many add-ins comes by default with qtp?
Explain how to use QTP to check broken links on a page?
What is Distributed testing? How does UFT support it?
How to add object to object repository in qtp9.0 Suppose for brower yahoo home page
Your roles and responsibilities and daily tasks? (As automation tester)
i am new QTP... please tell me automation frameworks , types & for whiich type of applications frameworks are used & how to generate script in keyword driven framework
What are the different types of functions available in qtp and explain ?
Diff b/w Health care domain and Banking Domain?
If an application name changes frequently i.e while recording it has the name, in this case, how do qtp handles?
What is debugging? How you debug your script?
What is throw object?
what is error and fault in terms of software quality?
how to use the QTP choose the data from oracle? e.g. i input the identity card NO. this will be add new record in the database ,and now i want get this record's prime key.