Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Aprende The MIN() Function | Section
/
SQL Fundamentals
Sección 1. Capítulo 37
single

single

bookThe MIN() Function

Desliza para mostrar el menú

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.

Tarea

Swipe to start coding

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

Solución

Switch to desktopCambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones
¿Todo estuvo claro?

¿Cómo podemos mejorarlo?

¡Gracias por tus comentarios!

Sección 1. Capítulo 37
single

single

Pregunte a AI

expand

Pregunte a AI

ChatGPT

Pregunte lo que quiera o pruebe una de las preguntas sugeridas para comenzar nuestra charla

some-alt