How to get Top 10 Salaries from a Table
Answer Posted / bharath
select sal from(select ename,sal rownum from emp orderby sal
desc group by sal,rownum)where topsal='&nth';
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
How to execute stored procedure in db2 command editor?
What is universal database?
What is plan in cobol db2?
What is an instance in db2?
What do you mean by cursor?
Is db2 a database?
What are bind parameters in db2?
What is db2 bind process?
What is the function of logging in the db2 database?
What is the cobol picture clause of the db2 data types date, time, timestamp?
How do you stop a db2 database in linux?
Is ibm db2 free?
What is with ur in db2?
What is deadlock in db2?
If the cursor is kept open followed the issuing of commit, what is the procedure to leave the cursor that way?