LoslegenKostenlos loslegen

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.

Diese Übung ist Teil des Kurses

Introduction to Oracle SQL

Kurs anzeigen

Interaktive Übung

Versuche dich an dieser Übung, indem du diesen Beispielcode vervollständigst.

-- Select the first name and country from the employee table
___ ___, ___
___ ___
Code bearbeiten und ausführen