Create a report displaying the customer records using multiple tables. Identify the primary keys in the tables you are reporting on, and show the results of your report.

  1. Add 10 customers to the database using the Customers table. Show the table, including the SQL Code.
  2. Using SQL query, update more than one element in a customer record. Show before and after data, including the SQL code.
  3. Add an 11th customer, and then delete them with a SQL query. Show before and after data, including the SQL Code.
  4. Create a report displaying the customer records using multiple tables. Identify the primary keys in the tables you are reporting on, and show the results of your report.
  5. Screenshot your results into a Microsoft Word document to submit to your instructor using your First and Last name as the file name.