i need department wise top 2 employees salary.which logic
i will use
Answer Posted / priyank shah
SELECT * FROM (SELECT ENAME,SAL FROM EMP ORDER BY SAL
DESC)
WHERE ROWNUM < 3
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Does mysql support pl sql?
What are the types of index in sql?
Is there a 64 bit version of ssms?
what are the features and advantages of object-oriented programming? : Sql dba
What are the parts of a sql statement?
How can you fetch common records from two tables?
what is 'mysqlcheck'? : Sql dba
What is nested table in pl sql?
Why is sql important?
What is pl sql and why it is used for?
How to avoid using cursors?
what is the difference between mysql_fetch_object and mysql_fetch_array? : Sql dba
What is pl/sql language case sensitive?
Does access use sql?
What is thread join () in threading?