MariaDB Question:

Tell us what is the use of COUNT() aggregate function?

Tweet Share WhatsApp

Answer:

MariaDB COUNT() aggregate function is used to return the count of an expression.

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

Download MariaDB PDF Read All 55 MariaDB Questions
Previous QuestionNext Question
Tell me what are the different types of clauses used in MariaDB?Please explain what is LEFT OUTER JOIN in MariaDB?