LoslegenKostenlos loslegen

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.

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 title from the album table
___ ___
___ ___
Code bearbeiten und ausführen