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

What is full text indexing in mysql?

477


What is mysqli_result?

510


Differentiate CHAR_LENGTH and LENGTH?

584


What is a text delimiter?

514


How do you flush privileges?

532






How do I run mysql on a mac?

481


What is the difference between unix timestamps and mysql timestamps?

514


How to load a csv file into a table

551


What is meant by sharding?

500


What data type is money?

475


Define REGEXP?

650


What is sql in mysql?

570


What does it mean to be case sensitive?

478


What are the two types of queries?

449


How is myisam table stored?

557