Abschnitt 1. Kapitel 38
single
The 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:
12SELECT MAX(population) FROM country;
Here MAX() returns the largest population value in the country table.
Aufgabe
Wischen, um mit dem Codieren zu beginnen
Write an SQL query to get the largest value from the surfacearea column in the country table.
Lösung
War alles klar?
Danke für Ihr Feedback!
Abschnitt 1. Kapitel 38
single
Fragen Sie AI
Fragen Sie AI
Fragen Sie alles oder probieren Sie eine der vorgeschlagenen Fragen, um unser Gespräch zu beginnen