Write a query to find five highest salaries from EMP table.
(there is a column SALARY)
Answer Posted / mohammad murtuza ali
select * from SALARY where where rowno<6 and empname like
empname
| Is This Answer Correct ? | 2 Yes | 29 No |
Post New Answer View All Answers
What are the types pl/sql code blocks?
what is 'mysqladmin' in mysql? : Sql dba
How delete all data from all tables in sql?
Which join is like an inner join?
What is exit statement?
What is procedure explain with program?
Can we use two order by clause in query?
What is an emotional trigger?
How do I quit sql?
What is the most important ddl statements in sql are?
What is sql analyzer?
What is tuple in sql?
How to rename a column in the output of sql query?
What is scalar and vector?
What steps server process has to take to execute an update statement?