Write a query to find five highest salaries from EMP table.
(there is a column SALARY)
Answer Posted / yogesh sharma
SELECT ENAME,SALARY FROM (SELECT ENAME,SAL FROM EMP ORDER BY SALARY DESC ) WHERE ROWNUM<6;
| Is This Answer Correct ? | 77 Yes | 13 No |
Post New Answer View All Answers
What is null in pl/sql?
how to include character strings in sql statements? : Sql dba
What is the current version of sql?
What found sql?
How much does sql certification cost?
What are all the common sql functions?
What is difference between nchar and nvarchar?
how can we take a backup of a mysql table and how can we restore it. ? : Sql dba
Write the command to remove all players named sachin from the players table.
which command using query analyzer will give you the version of sql server and operating system? : Sql dba
tell me about various levels of constraint. : Sql dba
Enlist the characteristics of pl/sql?
Explain the savepoint statement.
How do you identify a primary key?
What are the features of pl sql?