how to get top two salaries from employee tables
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / suresh
Hi,
This is suresh.
My answer for that query is
select top 2(salary)from emp order by salary desc
| Is This Answer Correct ? | 5 Yes | 8 No |
what methodologies you are following
hi what is difference between sdlc and stlc.
What are the categories of writing test cases?
To specify the test artifacts involved in testing.
Write the three important scenario or test cases for Air conditioner.
1.What is the traceability matrix template? Darw the all fields? 2.What is the risk factor problem related to project? 3.risk factor ratio in ur company? 4.What is the purpose of ?check-in?,? check-out??
what is the process followed in JAVA Testing compared to Normal Testing process.
differentiate test case and test script
define incident and test ware.
what do you test in compatability for client server and web application? ?
can u write test cases for telephone?
9 Answers Professional Access,
If project wants to release in 3months what type of risk analysis you do in test plan?