In the SkyWrite database there are three tables in which data needs to be maintained: Employee, Customer, and Flights. Write the name of each table, and list the tasks needed to maintain them. Also, include any reports you want to print.
Tasks related to the Employee table:
•Add new information about employees
•Modify or delete employee information by last name
•Print a list of employees
Tasks related to the Customer table:
•Add new information about customers
•Modify or delete customers by last name
•Print mailing labels for the customer list; sometimes mailing labels need to be sorted by company, other times by zip code
Tasks related to the Flights table:
•Add new flight information
•Modify or delete flight information by flight date
•Print all flights by flight date