Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


how to find max salary from the database

Answers were Sorted based on User's Feedback



how to find max salary from the database..

Answer / premanshu

if we have any table of employees and their salary
then the statement will be

select MAX(column_name) AS maxsalary
FROM table name

Is This Answer Correct ?    19 Yes 1 No

how to find max salary from the database..

Answer / 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

how to find max salary from the database..

Answer / 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

More MySQL Interview Questions

How to install mysql?

0 Answers  


What are the advantages/disadvantages of mysql and php?

0 Answers  


What is mysql workbench used for?

0 Answers  


How do I show columns in mysql?

0 Answers  


How can you handle the –secure-file-priv in mysql?

0 Answers  


How do I create a new database in mysql?

0 Answers  


What is the difference between BLOB AND TEXT?

0 Answers  


What is meant by decimal (5,2)?

0 Answers  


What does mysqli_fetch_assoc do?

0 Answers  


What is the current version of mysql?

0 Answers  


How to Join tables on common columns.

0 Answers  


What are the 3 main types of search queries?

0 Answers  


Categories