It is a SQL question. Write a query to find top three
salaries in an EMP TABLE?
Answer Posted / pardeep kumar
Let I have EmpSal column in the tbEmployee table.
Select Min(EmSal) from tbEmployee where EmpSal IN(Select
Distinct Top 3 EmpSal From tbEmployee order by empsal Desc)
If this helps you then send me the mail at
pardeep_dhiman86@yahoo.co.in
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Can an action have 2 shared object repositories associated with them? In that case, if two of them contain the same object, which one will be considered?
Hi, Hope you viewers are doing fine with good health. What are the steps and connection parameters to connect to Oracle db ? Can you connect with just the Oracle client or Oracle XE ? Cheers!!
For which type of projects the iterative model is not suitable?
Presently i am working on QTP 8.2 Version,i want to know features in 9.2 version, because i have not sufficient time to put the effort on the 9.2 version
what difference between runtime object and text object and what property they have. whether they have same properties or different properties.
Mention the test steps of qtp.
if mandatory and Assitive propertys are shows same how will u write skript in QTP window
assume i have few url link how will i dynamically call then using descriptive programming?
What is meant by a Check Point in UFT? Also, explain the applicable Check Points.
How do you delete unwanted results in qtp?
Explain the concept of object repository and how QTP recognizes objects?
Can we access the java methods in qtp. Because my requirement is to access the swt(for eclipse an it is java code) methods in qtp is it possible?
Which scripting language used by quicktest professional (qtp)?
wht is Manual Testing Frame work. Pls anybody can give appropriate answers
What is ‘object spy’ and what is the function of object spy in qtp?