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

If we use sum function in mysql, does it return sum of that row or for that column?

0 Answers  


What is mysql optimization?

0 Answers  


How does mysql store data?

0 Answers  


How to use rank function in mysql?

0 Answers  


Is sql and mysql same?

0 Answers  


How do you create a primary key?

0 Answers  


What is difference b/w composit key n primary key and forigion key?

4 Answers  


What is deterministic in mysql?

0 Answers  


Will mysql remain free?

0 Answers  


Can we use mysql and mysqli together?

0 Answers  


What is max connections in mysql?

0 Answers  


Write a command to view mysql database table structure?

0 Answers  


Categories