It is a SQL question. Write a query to find top three
salaries in an EMP TABLE?
Answer Posted / saranya
select salary from(select salary from tablename order by
salary desc) where rownum < 4
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
For example you are checking bit map check point before coming to the results. How can you say it is passed? Or failed? Anyways?
how to explain a claims and insurance project?
What is the basic concept of quicktest professional?
What is the basic concept of qtp?
What are the benefits of quick test pro(qtp)?
How many types of trigger events are there in qtp?
How to test login module with different username and password by using data driven testing in QTP?
Is there any pdf or online book for QTP Scripting? Let me know more about QTP Scripting.
Which advantages helping QTP to hold the position of "Market Leader" for such a long period?
Which recording modes need more memory?
Explain types of output values?
Hi Friends this is kumar i would like to request to all of you ,please help me to explain real time project with using qtp scripts i know basics of qtp but it won't workout on interviews,pls help awating to reply.
What are the types of object repositories? Which one is you are using?
What is qtp window?
Hi, I am using OutputCheckPoint and I am storing the value in the data table. The stored value for column:bedroom:"Bed:4" The another value for column:bathroom:"Bath:2 Full,1 Partial" I need only the no 4 from the first column. I need only the no 2,1 from the second column. I used split array,but it also show array(0) has the value"bed:4" ..... Even though I highlight only 4,It is seleting the full value "bed 4".How can I get only the nos Thank you Uma