1. Create a view that lists the name and phone number of the contact person at eachpublisher. Don’t include the publisher’s ID in the view. Name the view CONTACT.

2. Change the CONTACT view so that no users can accidentally perform DML operations on
the view.

3. Create a view called HOMEWORK13 that includes the columns named Col1 and Col2from the FIRSTATTEMPT table. Make sure the view is created even if the FIRSTATTEMPTtable doesn’t exist.

4. Attempt to view the structure of the HOMEWORK13 view.

5. Create a view that lists the ISBN and title for each book in inventory along with thename and phone number of the person to contact if the book needs to be reordered.Name the view REORDERINFO.

6. Try to change the name of a contact person in the REORDERINFO view to your name.




