SELECT CONCAT(first_name, ' ', 'joins', ' ', 'strings', ' ', 'and', ' ', 'columns') FROM students
quotation marks
Pro tip: use ```triple backticks around text``` to write in code fences