Skip to content
SQLSimplified
easyemployeesstringconcat

Employee Full Names

Problem

Return each employee's full name (first_name || ' ' || last_name) as full_name and their salary, ordered by full_name.

Try It

Loading playground environment...

Hint

Solution

Next Problem