MariaDB Question:
Download Job Interview Questions and Answers PDF
Tell us what is an aggregate function? How many types of aggregate functions in MariaDB?
Answer:
In relational database management system, aggregate functions are the functions where the values of multiple rows are grouped together as input on certain criteria and provide a single value of more significant meaning such as a list, set etc.
Following is a list of aggregate function in MariaDB:
☛ MariaDB COUNT Function
☛ MariaDB SUM Function
☛ MariaDB MIN Function
☛ MariaDB MAX Function
☛ MariaDB AVG Function
Following is a list of aggregate function in MariaDB:
☛ MariaDB COUNT Function
☛ MariaDB SUM Function
☛ MariaDB MIN Function
☛ MariaDB MAX Function
☛ MariaDB AVG Function
Download MariaDB Interview Questions And Answers
PDF
Previous Question | Next Question |
Do you know who Is Behind Mariadb? | Do you know what is function in MariaDB? How can you create and drop function in MariaDB? |