Answer Posted / m gangadhar
select * from (select a.* from employees a order by
a.salary desc) where rownum <= 5
| Is This Answer Correct ? | 7 Yes | 5 No |
Post New Answer View All Answers
What is the difference between b-tree and hash indexes?
What is 1nf 2nf 3nf?
What is mysql primary key?
What is sqlyog?
Can you tell what are various ways to create an index?
What are string data types?
Does mysql use sql?
What is the purpose of mysql database?
Write a query to create a database and a table?
In which format data is stored in mysql database?
How does php communicate with mysql?
What are mysql queries?
How to make a column bigger and delete unique from table.
How you can create a trigger in mysql?
How do I know if mysql is running on windows?