Creating databases and tables based on p 195 of the mcsa


CRITICAL THINKING ASSIGNMENT

For this Critical Thinking Assignment, you will complete the hands-on activity, Project 5-1: Creating Databases and Tables, based on p. 195 of the MCSA guide to Microsoft® SQL server 2012 textbook.

This Critical Thinking Assignment requires you use the SQL Server instance named SQLSERVERHOA, and the HandsOnOne database and tables you created in Modules 1 and 3, respectively. The objective of this activity is to hone your skills at manipulating data using SQL DML statements. Use the Query Editor throughout this activity.

  1. Construct and execute INSERT SQL statements to add the sample data in the following tables to the Customer and Address tables in the HandsOnOne database:

Additional Sample Data for Customer Table

CustomerID       CustomerName CustomerAddressID

1 Western Supply Company 1

2 Nick Harper 3

3 Alice Harper 3

4 Abacus Consulting 4

Additional Sample Data for the Address Table

AddressID Street City State Zip Code

1 2400 Broadway Drive Missoula MT 59802

2 320 21st Street Billings MT 59101

3 439 Skyline Blvd Denver CO 80002

4 56 Park Avenue New York NY 10001

  1. Construct and execute a SQL query to list all customers with their corresponding cities and states. The list should be sorted in ascending numerical order by ZIP code, followed by customer name alphabetically. Take a screenshot of the Query Editor after you have executed this SQL command to show that it was completed successfully.
  2. Construct and execute a SQL Query to list the Street, City, State, and Zip Code of all addresses that do not have a customer associated with them. Take a screenshot of the Query Editor after you have executed this SQL command to show that it was completed successfully.
  3. Construct and execute a SQL query to count the number of customers in each state. The list should be ordered by the number of customers in descending order, then by zip code in ascending order. Take a screenshot of the Query Editor after you have executed this SQL command to show that it was completed successfully.
  4. Construct and execute a SQL query to change Alice Harper's address to 320 21st St, Billing, MT 59101. Take a screenshot of the Query Editor after you have executed this SQL command to show that it was completed successfully.
  5. Construct and execute a SQL query to list the full names of all customers who have Harper in their name. Take a screenshot of the Query Editor after you have executed this SQL command to show that it was completed successfully.

Deliverable

After you have completed these steps, submit a single MS Word document that contains the screenshots and the written report. Insert all of the screenshots into the document, label each of them clearly, and include the information for the report below the screenshots.

Solution Preview :

Prepared by a verified Expert
Business Management: Creating databases and tables based on p 195 of the mcsa
Reference No:- TGS02690667

Now Priced at $25 (50% Discount)

Recommended (95%)

Rated (4.7/5)