Instruction
The second table, Employee, contains data about people working at the zoo.
Exercise
Select all the data from the Employee table. It contains the following columns:
Id—a unique identifier for each employee.FirstName—the employee's first name.MiddleName—the employee's middle name; if they don't have a middle name, this field will storeNULL.LastName—the employee's last name.Age—the employee's age.



