find out first highest salary?
Answer Posted / samir kumar sahoo
SELECT DISTINCT salary FROM (SELECT DISTINCT salary,ROWNUM
rn FROM employee ORDER BY salary desc) WHERE rn=1;
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What is pragma autonomous transaction in oracle?
What's dateware house and what's clustor with practicle example
How to write text literals in oracle?
What are the uses of Database Trigger ?
I creat Credit memo in AR. Now i want revers the Credit Memo.how you can revers that what out any aditional entry.
What is rich query?
Why do you use stored procedures and state some of its disadvantages?
How to fetch the row which has the max value for a column?
Explain the different normalization forms?
Briefly explain what is literal? Give an example where it can be used?
Is there any function in oracle similar like group_concat of mysql?
What is the difference between truncate & delete command?
Explain an index?
Explain the difference between a procedure and a function? What do you understand by those terms?
Explain the difference between sql and oracle?