本题考察字符串连接函数concat(字符串1,字符串2....)
select concat(last_name,' ',first_name) as name
from employees;