Write a query to find five highest salaries from EMP table.
(there is a column SALARY)
Answer Posted / amit bharane
select salary from employees
where rownum<=5
order by salary desc
| Is This Answer Correct ? | 3 Yes | 22 No |
Post New Answer View All Answers
what are the drivers in mysql? : Sql dba
what is the command line end user interface - mysql? : Sql dba
which tcp/ip port does sql server run on? : Sql dba
What is foreign key in sql with example?
What is t sql used for?
Can we enter data in a table in design view?
Explain two easy sql optimizations.
Explain the difference between cursor declared in procedures and cursors declared in the package specification?
What is meant by cursor in sql?
What is the syntax to add a record to a table?
Why cannot I use bind variables in ddl/scl statements in dynamic sql?
How is sql used in oracle?
How many joins in sql?
What is memory optimized table?
What is vector point function?