how to find max salary from the database

Answer Posted / thakor ranvir

say for example one table employees
then issue below query .using agreegate function
select max(salary) from emlpoyees;

Is This Answer Correct ?    16 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between BLOB AND TEXT?

667


How to load data files into tables with 'mysqlimport'?

563


What is procedure in mysql?

571


How to create a table index in mysql?

597


What is auto increment in mysql?

594






table a has records 1,1,1,1 table b has records 1,1,1,1,1,1 what would be out if perform join for all cases

920


What is the use of count function in mysql?

649


Explain % and _ inside like statement?

662


What is difference between mysql and mysql workbench?

543


How do I optimize a selected query in mysql?

588


Is mysql connect deprecated?

587


How to analyze tables with 'mysqlcheck'?

781


Which datatype is used for email in mysql?

574


What is a simple query?

547


How to dump a table from a database.

626