how to find max salary from the database

Answer Posted / sk wazid hussain

select field_name from table_name order by field_name desc
limit 0,1

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is mysql and sql are same?

599


What are the non-standard sql commands supported by 'mysql'?

586


How do you connect MySQL database with PHP?

608


How to get data from mysql in php?

528


Why do we write stored procedures?

552






How do I rename a table in mysql?

591


What is difference between pdo and mysqli?

570


What is the difference between truncate and delete in mysql?

642


What is the difference between the primary and unique key in mysql?

559


How would concatenate strings in mysql?

601


What is longblob?

617


What is trigger in mysql?

562


what is the difference between gui testing and database testing? : Mysql dba

585


How to use in conditions?

620


When to use order by in delete statement?

649