Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Oppiskele The MAX() Function | Section
SQL: Filtering, Sorting, and Aggregating Data
Osio 1. Luku 38
single

single

bookThe MAX() Function

Pyyhkäise näyttääksesi valikon

MAX() - This function returns the highest value in a particular column. Let's take a look at the following example:

12
SELECT MAX(population) FROM country;
copy

Here MAX() returns the largest population value in the country table.

Tehtävä

Pyyhkäise aloittaaksesi koodauksen

Write an SQL query to get the largest value from the surfacearea column in the country table.

Ratkaisu

Switch to desktopVaihda työpöytään todellista harjoitusta vartenJatka siitä, missä olet käyttämällä jotakin alla olevista vaihtoehdoista
Oliko kaikki selvää?

Miten voimme parantaa sitä?

Kiitos palautteestasi!

Osio 1. Luku 38
single

single

Kysy tekoälyä

expand

Kysy tekoälyä

ChatGPT

Kysy mitä tahansa tai kokeile jotakin ehdotetuista kysymyksistä aloittaaksesi keskustelumme

some-alt