0 votes
in Laravel by
Name aggregates methods of query builder.

1 Answer

0 votes
by

Aggregates methods of query builder are: 1) max(), 2) min(), 3) sum(), 4) avg(), and 5) count().

...