SQL MAX Tutorial

SQL Tutorial: MAX Function with Example

Learn the basics of the MAX function in SQL with an example and screenshots.

MAX Function

  • The MAX function is used to find the maximum value of a given column.

  • It retrieves the maximum value of a given column from our data.

  • Syntax: SELECT MAX(column_1) FROM table ;

Example

Let’s say we have a basketball league and we keep records of each player, which team they are on, and their basic statistics.

Stats Table

If we wanted to use a SQL query to find the player with the most rebounds, we would write the following:

SQL Bootcamp: Live & Hands-on, In NYC or Online, Learn From Experts, Free Retake, Small Class Sizes,  1-on-1 Bonus Training. Named a Top Bootcamp by Forbes, Fortune, & Time Out. Noble Desktop. Learn More.

SQL MAX statement

Once we hit ENTER and run, our result should be as follows:

SQL MAX Result

How to Learn SQL

Master SQL with Hands-on Training. SQL is One of the Most In-demand Programming Languages and is Used Across a Variety of Professions.

Yelp Facebook LinkedIn YouTube Twitter Instagram