how to get top two salaries from employee tables

Answer Posted / rituparna

select salary from (select salary from emp order by salary
desc)
where rownum < 3;

Is This Answer Correct ?    10 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

As you are working with cmmi level 5 company ,can you tell me what processes you r following as QA engineer?

2040


Hi, Can anyone suggest a test case writing technique for the below scenario. 1. User draws a lines on the image 2. User selects the lines and right clicks ( Measuremnts like distance between the start and the end point, coordinates of start point and coordinates of end point) 3. User selects one of the measurement Measurement is displayed Just want to highlight, i am looking for a test case writing technique for above scenario.

1593


What is the negative testing and example

996


Can you explain a pair-wise defect?

699


Hi, My name is Dinesh.I want to prepare for ISTQB certification , So can anyone please email me the syllabus of it and what is criteria for giving exam.Please email me answers at: dinesh0323@live.com

4245






I have interview on Guide wire testing. If you please share me.

430


What is the difference between authentication and authorization in web testing?

724


What is Test Design?

1753


what is mean by Performance Related Testing in data base?

1742


Explain the difference between severity and priority.

678


what is the technical challange you faced in your module.please ans me the question i just want example can me any example please very important

1491


What are the advantages of black box testing?

672


Architectural structure of the insurance project?

771


How should validation activities be handled?

698


.In languages testing, what is the fixed part and changing part?

1657