Load and Query the Data 1. Import the data from each file into tables. • Use the Quantigration Updates database, the three tables you created, and the three CSV files preloaded into Codio. Use the import utility of your database program to load the data from each file into the table of the same name. You will perform this step three times, once for each table. 2. Write basic queries against imported tables to organize and analyze targeted data. For each query, replace the bracketed text with a screenshot of the query and its output. You should also include a brief, 1- to 3-sentence description of the output. Write an SQL query that returns the count of orders for customers located only in the city of Framingham, Massachusetts. i. How many records were returned? [Insert screenshot and brief explanation here.) • Write an SQL query to select all of the customers located in the state of Massachusetts. i. Use a WHERE clause to limit the number of records in the customers table to only those who are located in Massachusetts. ii. Record an answer to the following question: How many records were returned? [Insert screenshot and brief explanation here.] Write a SQL query to insert four new records into the orders and customers tables using the following data: i. Customers Table CustomerID FirstName LastName StreetAddress City ZipCode Telephone State NY 100004 Luke Skywalker 15 Maiden Lane New York 10222 212-555-1234 100005 Winston Smith Greensbor 27401 919-555-6623 123 Sycamore Street 100006 MaryAnne Jenkins 1 Coconut Way Jupiter FL 33458 321-555-8907 100007 Janet Williams Torrence 55 Redondo Beach Blvd CA 90501 310-555-5678 [Insert screenshot and brief explanation here.] ii. Orders Table OrderID CustomerID SKU Description 1204305 100004 ADV-24-10C Advanced Switch 10GigE Copper 24 port 1204306 100005 ADV-48-10F Advanced Switch 10 GigE Copper/Fiber 44 port copper 4 port fiber 1204307 100006 ENT-24-10F Enterprise Switch 10GigE SFP+ 24 Port 1204308 100007 ENT-48-10F Enterprise Switch 10GigE SFP+ 48 port