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
What is int identity in sql?
Does truncate free space?
Does view store data in sql?
how to use in conditions? : Sql dba
What are the main features of cursor?
What is sql profiling in oracle?
Are views faster than queries?
What is right join sql?
what are sequences
What are the constraints available in sql?
Is sql between inclusive?
mention if it is possible to import data directly from t-sql commands without using sql server integration services? If yes, what are the commands? : Transact sql
what is self join and what is the requirement of self join? : Sql dba
What is loop in pl sql?
Can we use join in subquery?