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 rowno<6
| Is This Answer Correct ? | 4 Yes | 15 No |
Post New Answer View All Answers
How to return multiple rows from the stored procedure?
What is bind variable in pl sql?
What is form and report?
What is the difference between truncate and drop statements?
what are all the common sql function? : Sql dba
Can there be more than one function with a similar name in a pl/sql block?
What is varchar sql?
If the application is running very slow? At what points you need to go about the database in order to improve the performance?
What is a null value?
Explain about various levels of constraint.
What are pl/sql cursor exceptions?
What is the use of primary key?
What is interval partition?
Is truncate ddl or dml?
What is data modelling in sql?