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.
This exercise is part of the course
Introduction to Oracle SQL
Hands-on interactive exercise
Have a go at this exercise by completing this sample code.
-- Select the title from the album table
___ ___
___ ___