Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lära The MAX() Function | Section
SQL Fundamentals
Avsnitt 1. Kapitel 36
single

single

bookThe MAX() Function

Svep för att visa menyn

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.

Uppgift

Swipe to start coding

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

Lösning

Switch to desktopByt till skrivbordet för praktisk övningFortsätt där du är med ett av alternativen nedan
Var allt tydligt?

Hur kan vi förbättra det?

Tack för dina kommentarer!

Avsnitt 1. Kapitel 36
single

single

Fråga AI

expand

Fråga AI

ChatGPT

Fråga vad du vill eller prova någon av de föreslagna frågorna för att starta vårt samtal

some-alt