← Back to archive

Stdle #39 · types · 2026-07-15

What does SELECT abs(-4), max(2, 9, 5), min(2, 9, 5), 2 *… output?

A past puzzle — fully playable. 4 attempts, hints on wrong guesses.

SELECT abs(-4), max(2, 9, 5), min(2, 9, 5), 2 * 3 + 4
Types
4 attempts left

Answer & explanation