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
Write a unique difference between a function and a stored procedure.
What is sql injection owasp?
What is the difference between python and sql?
How to revise and re-run the last sql command?
how many ways we can we find the current date using mysql? : Sql dba
how can we repair a mysql table? : Sql dba
What is a left join?
What is procedure explain with program?
What is embedded sql what are its advantages?
how many ways to get the current time? : Sql dba
What information is needed to connect sql*plus an oracle server?
How do you update a value in sql?
how to fetch alternate records from a table? : Sql dba
What are all the different types of indexes?
What are the advantages of pl sql over sql?