Sectie 1. Hoofdstuk 36
single
The MAX() Function
Veeg om het menu te tonen
MAX() - This function returns the highest value in a particular column. Let's take a look at the following example:
12SELECT MAX(population) FROM country;
Here MAX() returns the largest population value in the country table.
Taak
Swipe to start coding
Write an SQL query to get the largest value from the surfacearea column in the country table.
Oplossing
Was alles duidelijk?
Bedankt voor je feedback!
Sectie 1. Hoofdstuk 36
single
Vraag AI
Vraag AI
Vraag wat u wilt of probeer een van de voorgestelde vragen om onze chat te starten.