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
How do you write a subquery?
How show all rows in sql?
Does sql profiler affect performance?
What is character functions?
What does 0 mean in sql?
What is right join in sql?
What are variables in pl sql?
what are the maximum number of rows that can be constructed by inserting rows directly in value list? : Transact sql
What is trigger and stored procedure in sql?
What is materialized view in sql?
What are the sql aggregate functions?
What are different clauses used in sql?
What is the plv (pl/vision) package offers?
What is crud stand for?
What does count (*) mean in sql?