What is mysql aggregate functions? Explain



What is mysql aggregate functions? Explain..

Answer / Ayushi Singh

Aggregate functions in MySQL are used to perform calculations on groups of rows. Examples include SUM, AVG, MIN, MAX, and COUNT.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

How do I disconnect mysql workbench?

1 Answers  


How do I run mysql on a mac?

1 Answers  


What command is used to delete the data from the table without deleting the table structure?

1 Answers  


What is a join? Explain the different types of mysql joins.

2 Answers  


How to show table structure mysql?

1 Answers  


What is memory table?

1 Answers  


Why mysql is used with php?

1 Answers  


What is the date format in mysql?

1 Answers  


How do you rename a table?

1 Answers  


Can mysql handle billions of records?

1 Answers  


How to control the max size of a heap table?

1 Answers  


Which one of the following is the correct way to select all columns and all rows from "vtable"? Choice 1 SELECT FROM vtable SELF JOIN vtable Choice 2 SELECT ALL COLUMNS FROM vtable WHERE ALL ROWS = * Choice 3 SELECT EVERYTHING FROM vtable Choice 4 SELECT vtable.* WHERE vtable = vtable Choice 5 SELECT * FROM vtable WHERE 1 = 1

3 Answers  


Categories