Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lernen The MIN() Function | Section
SQL Fundamentals
Abschnitt 1. Kapitel 37
single

single

bookThe MIN() Function

Swipe um das Menü anzuzeigen

MIN() - this function returns the lowest value in a particular column.

Let's look at an example:

12
SELECT MIN(population) FROM country;
copy

Here, MIN() returns the smallest population value in the country table.

Aufgabe

Swipe to start coding

Write an SQL query to get the smallest 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 37
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