LoslegenKostenlos loslegen

Ordering

In this exercise, you'll practice ordering the eSymphony data. You want to present the employee data in an organized manner using these columns:

  • Title: The job title of the employee.
  • BirthDate: The birth date of the employee.

Doing this will make it easy to spot the oldest and youngest employees in each position.

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 relevant fields from the employee table
___
___
Code bearbeiten und ausführen