If MakerShed wants a report that includes the number of training events delivered by Instructors who have delivered at least one. You are to create an SQL VIEW with the name "DeliveryCount'. That shows each instructor who meets the criteria and the count of the number of training events they have delivered. The columns should show the instructor name in a column called instructor, and the count in a column called delivered. Write a query showing the result of evaluating your VIEW. Your solution document should contain the CREATE VIEW statement, the query and the output of the query.