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

How many columns can a table have?

490


What are the 3 main types of search queries?

459


How to use rank function in mysql?

482


Which is better mysql or mssql?

482


What is mysqli_result?

509






What is data directory in mysql?

485


Can you tell the reasons for selecting lamp(linux, apache, mysql, php) instead of any other combination of software programs, servers, and operating system?

465


How do I select a database in mysql?

498


How to install mysql?

538


How to check server status with 'mysqladmin'?

537


How do I find the size of a mysql database?

486


How do I run a query in mysql?

489


Is mysql open source?

486


What is database url for mysql?

450


How to delete a trigger in mysql?

492