Google News
logo
SQLite - Interview Questions
What do you understand by SQLite aggregate functions?
SQLite Aggregate functions are the functions where values of multiple rows are grouped together as input on certain criteria and form a single value as output. Following is a list of some SQLite Aggregate function :
 
* SQLite MIN Function
* SQLite MAX Function
* SQLite AVG Function
* SQLite COUNT Function
* SQLite SUM Function
* SQLite RANDOM Function
* SQLite ABS Function
* SQLite UPPER Function
* SQLite LOWER Function
* SQLite LENGTH Function
* SQLite sqlite_version Function
Advertisement