0 votes
in SQLite by
What do you understand by SQLite aggregate functions?

1 Answer

0 votes
by
SQLite aggregate functions are the type of functions where values of multiple rows are grouped together as input on certain criteria and form a single value as output.

There are many types of aggregate functions in SQLite.

Related questions

0 votes
asked Nov 13, 2021 in SQLite by sharadyadav1986
0 votes
asked Nov 12, 2021 in SQLite by Robin
...