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
How to convert dates to character strings?
How do I delete a mysql user?
What is the storage engine for mysql?
What are the steps required to view your mysql database?
How many tables we can create in mysql database?
Can I use mariadb instead of mysql?
How to create a test table in your mysql server?
Where’s database data actually stored? Is there a way to see the files which are stored?
How does mysql encrypt passwords?
Is mysql open source?
What is mysqladmin flush hosts?
HOW TO FIND display the total number of weeks in the year of 1998 IN EMP TABLE
How do I stop a mysql command?
What is int unsigned?
what is constraints?