Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Apprendre The MIN() Function | Section
Practice
Projects
Quizzes & Challenges
Quiz
Challenges
/
SQL Fundamentals
Section 1. Chapitre 37
single

single

bookThe MIN() Function

Glissez pour afficher le menu

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.

Tâche

Swipe to start coding

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

Solution

Switch to desktopPassez à un bureau pour une pratique réelleContinuez d'où vous êtes en utilisant l'une des options ci-dessous
Tout était clair ?

Comment pouvons-nous l'améliorer ?

Merci pour vos commentaires !

Section 1. Chapitre 37
single

single

Demandez à l'IA

expand

Demandez à l'IA

ChatGPT

Posez n'importe quelle question ou essayez l'une des questions suggérées pour commencer notre discussion

some-alt