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.first_name– the first name of a given employee.last_name– the last name of a given employee.salary– the salary a given employee earns.manager_id– the ID of the given employee's manager.



