Part A: Write a 500-1000 word paper using Word discussing NoSQL. Use at least two sources outside your text and course material for this paper. Do not use Wikipedia. Use APA format for the paper, and be sure to cite all your sources using APA format. Submit your Word document for grading.
Part B: Use the Week 3 Assignment Pet_Database File for this section of the assignment. In the PET table, delete the PetDOB field and add a numeric PetCost field. Populate this field with appropriate values. Save the changes to the PET table. Create SQL queries to do the following:
- Display the last name and phone number of all dog owners. Use a subquery to do this.
- Display the first and last name of owners and the type of animal of all unknown breeds.
- Display the pet name and owner last name of all dogs.
Save all 3 queries.