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

single

bookThe MAX() Function

Deslize para mostrar o menu

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.

Tarefa

Deslize para começar a programar

Write an SQL query to get the largest 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 38
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