Answer Posted / manish nautiyal
select salary from table_name order by salary desc limit 3;
| Is This Answer Correct ? | 35 Yes | 4 No |
Post New Answer View All Answers
Does mysql automatically index foreign keys?
What are the column comparisons operators?
What is the difference between database and table?
What are the differences between a primary key and foreign key?
What is mysqli procedural?
How many types of indexes are there in mysql?
How do you concatenate strings in mysql?
What is the difference between truncate and delete in mysql?
How do I show all mysql databases?
Can you tell few best practices to be followed for optimization in sql?
Consider you have the following three tables which have to be linked together.
What is sql in mysql?
Is mysql a distributed database?
How to create a table index in mysql?
What is the return type of mysqli_query?