Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lernen The MAX() Function | Section
Practice
Projects
Quizzes & Challenges
Quizze
Challenges
/
SQL Fundamentals
Abschnitt 1. Kapitel 36
single

single

bookThe MAX() Function

Swipe um das Menü anzuzeigen

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.

Aufgabe

Swipe to start coding

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

Lösung

Switch to desktopWechseln Sie zum Desktop, um in der realen Welt zu übenFahren Sie dort fort, wo Sie sind, indem Sie eine der folgenden Optionen verwenden
War alles klar?

Wie können wir es verbessern?

Danke für Ihr Feedback!

Abschnitt 1. Kapitel 36
single

single

Fragen Sie AI

expand

Fragen Sie AI

ChatGPT

Fragen Sie alles oder probieren Sie eine der vorgeschlagenen Fragen, um unser Gespräch zu beginnen

some-alt