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 is audit logout in sql profiler?
Which is better cte or subquery?
Which query operators in sql is used for pattern matching?
what is data manipulation language? : Sql dba
what are integrity rules?
What is the difference between delete and truncate commands?
Explain character-manipulation functions?
Why use stored procedures?
What are sql functions? Describe the different types of sql functions?
Explain the uses of control file.
Can you have more than one trigger on a table?
How do I start sql from command line?
How can a pl sql block be executed?
Why do we use cursors?
Can a trigger call a stored procedure?