MariaDB Question:

Download Job Interview Questions and Answers PDF

Do you know what is the use of MariaDB SUM() function?

MariaDB Interview Question
MariaDB Interview Question

Answer:

MariaDB SUM function is used to return the summed value of an expression.

Syntax:
SELECT SUM(aggregate_expression)
FROM tables
[WHERE conditions];

Download MariaDB Interview Questions And Answers PDF

Previous QuestionNext Question
Do you know what is the use of WHERE clause?Do you know what is MariaDB INNER JOIN?