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.
Cet exercice fait partie du cours
Introduction to Oracle SQL
Exercice interactif pratique
Essayez cet exercice en complétant cet exemple de code.
-- Select the title from the album table
___ ___
___ ___