ComeçarComece de graça

Writing your first query

The ERD you saw in the video is part of a digital media store's data model offering services similar to iTunes. The company is called eSymphony. It includes tables for artists, albums, media tracks, invoices, and customers.

Let's start exploring the data! In this exercise, you will use SELECT statements to show the relevant columns from a database table.

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 title from the album table
___ ___
___ ___
Editar e executar o código