Syntax: Strings in SQL. • ID: #40 Code SELECT UPPER('lesson-12') AS upper_txt, LENGTH('lesson-12') AS len; Notes You can copy this snippet and adapt it. For advanced, add real-world inputs, edge cases, and tests. ← Prev Next →