1. 学习
  2. /
  3. 课程
  4. /
  5. Introduction to Oracle SQL

Connected

练习

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.

说明 1 / 共 3 个

undefined XP
    1
    2
    3
  • Select the last name, job title, and birth date from the Employee table.