ComeçarComece de graça

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.

Este exercício faz parte do curso

Introduction to Oracle SQL

Ver curso

Exercício interativo prático

Experimente este exercício completando este código de exemplo.

-- Select the first name and country from the employee table
___ ___, ___
___ ___
Editar e executar o código