how to get top two salaries from employee tables
Answer Posted / shiva - e-softsys
SELECT MIN (SALARY) FROM EMP WHERE
SALARY IN (SELECT DISTINCT TOP 2 SALARY FROM EMP ORDER BY
SALARY DESC)
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Tell me a critical defect in which your Client,PM,PL appreciate on you
What do you mean by Unit Testing, Integration Testing, System Testing, and User Acceptance Testing and when do you do them?
What is the quality process is following in your organization.
Can you explain the elementary process?
What are the RBI rules has to follow by a bank for online precesseing. ?
What’s the difference between verification and validation in testing?
What is a ‘test plan’?
How do you go about testing a project?
What do you do (with the project tasks) when the schedule fails?
what are your thoughts on SPRINT duration
Are there more defects in the design phase or in the coding phase?
Changes and enhancements to system?
How do u determine,what to be tested?
How do you scope, organize, and execute a test project?
I have interview on Guide wire testing. If you please share me.