Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Aprenda The MIN() Function | Section
SQL: Filtering, Sorting, and Aggregating Data
Seção 1. Capítulo 39
single

single

bookThe MIN() Function

Deslize para mostrar o 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.

Tarefa

Deslize para começar a programar

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

Solução

Switch to desktopMude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo
Tudo estava claro?

Como podemos melhorá-lo?

Obrigado pelo seu feedback!

Seção 1. Capítulo 39
single

single

Pergunte à IA

expand

Pergunte à IA

ChatGPT

Pergunte o que quiser ou experimente uma das perguntas sugeridas para iniciar nosso bate-papo

some-alt