Say we want to know how long the longest first name in our table is?

Awesome! MAX is an aggregate function that we can combine with scalar functions to get the maximum character length!

Not really! MAX is an aggregate function that we can combine with scalar functions to get the maximum character length!