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...


What are aggregate functions in mysql?



What are aggregate functions in mysql?..

Answer / hrindows@gmail.com

The MySQL aggregate function performs a calculation on a set of values, and it returns a single value as output. It ignores NULL values when it performs calculation except for the COUNT function.
MYSQL Aggregrate functions are listed below:
 AVG()
 COUNT()
 SUM()
 MIN()
 MAX()

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

how you will Create a database on the mysql server with unix shell.

0 Answers  


How to list or view all databases from the mysql server.

0 Answers  


How to make a copy values from one column to another in mysql?

0 Answers  


What are the 'mysql' command line options?

0 Answers  


What are the different types of triggers in mysql?

0 Answers  


What are stored procedures and functions?

0 Answers  


What is back end and front end?

0 Answers  


What is the storage engine used for MySQL?

1 Answers  


How do I transfer data from one database to another in mysql?

0 Answers  


How can you increase the performance of mysql select query?

0 Answers  


What is the command line end user interface - mysql?

0 Answers  


What is the difference between primary and unique key

5 Answers   CSC,


Categories