Syntax: Variables in SQL. • ID: #13 Code -- SQL differs by engine SELECT 3 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 →