Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Introduction
Exercises with artists, museums and their pieces of art
Exercises with the band members table
Exercises with employees, salaries and benefits
25. Get to know the Employee table

Instruction

Okay, here's the last table set. Let's start with the Employee table.

Exercise

Select all data from the Employee table.

It consists of the following columns:

  • Id – the id of a given employee,
  • FirstName – the first name of a given employee,
  • LastName – the last name of a given employee,
  • Salary – the salary a given employee earns,
  • ManagerId – the id of the given employee's manager.