how to get top two salaries from employee tables

Answer Posted / selvakumar

select salary
from emp
where rownum <= 2
order by salary.

this query will list top 2 salaries

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you explain requirement traceability and its importance?

662


What is smoke testing and what is sanity?

649


What is checkpoint? How can you handle the checkpoints?

2000


What is a top-down and bottom-up approach in testing?

708


What is an inspection in software testing?

676






hi can anyone tell me about vision plus testing? and what about its future

20932


Can any body tell me in real time how cookies testing is done. And please tell me the steps.And for cookies testing test cases is needed.

1618


Our software designers use UML for modeling applications. Based on their use cases, we would like to plan a test strategy. Do you agree with this approach or would this mean more effort for the testers.

1652


What are the cases when you’ll consider to choose automated testing over manual testing?

627


What is decision table testing?

658


Why did you choose the Software Testing Field?

1643


what are the responsibilities for QA tester to test application on UNIX environment??? what skills required for unix???

1587


can anyone tell anyone is providing training for CSTE exam in bangalore? and can u send some links related to this?

1519


How to test the search functionality.For example in naukri advance search is there.how ca i test that page.

1661


What type of projects can include in Logistics Domain? and what is the type of domain for project which include Driving license renewal, Different type of title registration etc...

2538