Medium
String Functions
Employee Full Name Concatenation
Create a full_name column by concatenating first_name and last_name with a space between them. Return columns: email, full_name.
Preparing the interactive SQL workspace...
Create a full_name column by concatenating first_name and last_name with a space between them. Return columns: email, full_name.
Preparing the interactive SQL workspace...