CommencerCommencer gratuitement

Working with strings

Let's combine some information from multiple columns into a single output column. This time, you want to find out where the eSymphony employees are living.

In order to present your results in an organized way, you will use the concatenation operator, literal character strings, and the alternative quote operator that were introduced in the video.

Cet exercice fait partie du cours

Introduction to Oracle SQL

Afficher le cours

Exercice interactif pratique

Essayez cet exercice en complétant cet exemple de code.

-- Select the first name and country from the employee table
___ ___, ___
___ ___
Modifier et exécuter le code