Syntax: Variables in SQL. • ID: #14 Code -- SQL differs by engine SELECT 5 AS n, 'DrSchool' AS name; Notes You can copy this snippet and adapt it. For advanced, add real-world inputs, edge cases, and tests. ← Prev Next →