Sezione 1. Capitolo 39
single
The MIN() Function
Scorri per mostrare il menu
MIN() - this function returns the lowest value in a particular column.
Let's look at an example:
12SELECT MIN(population) FROM country;
Here, MIN() returns the smallest population value in the country table.
Compito
Scorri per iniziare a programmare
Write an SQL query to get the smallest value from the surfacearea column in the country table.
Soluzione
Tutto è chiaro?
Grazie per i tuoi commenti!
Sezione 1. Capitolo 39
single
Chieda ad AI
Chieda ad AI
Chieda pure quello che desidera o provi una delle domande suggerite per iniziare la nostra conversazione