Aggregate Methods

This lesson discusses MySQL aggregate functions.

We'll cover the following

Aggregate Methods

In this lesson, we’ll demonstrate working with a few of the important aggregate functions.

Example Syntax

SELECT AggregateFunction(col1)

FROM table;

Connect to the terminal below by clicking in the widget. Once connected, the command line prompt will show up. Enter or copy and paste the command ./DataJek/Lessons/22lesson.sh and wait for the MySQL prompt to start-up.

Level up your interview prep. Join Educative to access 70+ hands-on prep courses.