LEFT
SELECT LEFT(first_name, 5) AS 'five leftmost characters' FROM students
Pro tip: use ```triple backticks around text``` to write in code fences