Sezione 1. Capitolo 38
single
The MAX() Function
Scorri per mostrare il menu
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.
Compito
Scorri per iniziare a programmare
Write an SQL query to get the largest value from the surfacearea column in the country table.
Soluzione
Tutto è chiaro?
Grazie per i tuoi commenti!
Sezione 1. Capitolo 38
single
Chieda ad AI
Chieda ad AI
Chieda pure quello che desidera o provi una delle domande suggerite per iniziare la nostra conversazione