how we can find nth max salary from an employe table by
using my sql?
Answer Posted / ksam
select distinct(salary) from employee order by salary desc
limit n-1,1
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
How to show table structure mysql?
change column name and make a unique column so we get no dupes.
What is the maximum size of table in mysql?
Is mysql running ubuntu?
What is clob in mysql
How does mysql store binary data?
What is the difference between having and where clause in mysql? Explain
How many rows we can insert in a mysql table?
Differentiate CHAR_LENGTH and LENGTH?
Where is the mysql database stored?
How much does mysql cost?
What is mysql routine?
Is mysql same as mariadb?
What is tee command in mysql?
What is blob datatype in mysql?