- Create a new table. The new table will contain a class number and the name of the class manager (other names, not existing data)
- Write a query that will show each employee his first name, surname, and the name of his manager
I already have the first table that has all the details of the employees, and now I would like to add it to a different table with specific columns (employees first name (from first table), surname (from first table), (name of the manager (the second table))
Thank you !