Stdle #15 · types · 2026-06-21
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 + 4Types