Find the customers whose balance is greater than 200 but


Query and update databases using SQL Value:

Task Instructions

Use MySQL software to complete this assignment.

Follow the instructions on 'how to import a database into MySQL': your teacher will also demonstrate this during class.

Use this (imported) database 'assignment5' to complete your assignment using MySQL.

A choice of another software may be possible after consultation with your teacher. Write SQL statements to answer the following questions from the 'assignment5' database file.

Show sums of line totals for each invoice. Locate the record in the vendor table that does not have a value for the attribute V_STATE Find the customers whose balance is greater than 200 but less than 300.

Using natural join and having, list the customers whose invoice total is greater than 200 Show the names of the customers for whom we have invoices. Using natural join and having, list the customers whose invoice total is greater than the average Show the names of the customers for whom we DO NOT have invoices.

Using natural join and having, list the customers whose invoice total is the maximum. List the first name and last name of the customers and how many times a customer has generated an invoice.

List all purchases by customer 10018. List the names of the vendors who provided products. Using inner join, list the details of the products which sold more than 10 units.

You are required to submit:

The SQL statements for each query, which should be copied from your MySQL Workbench and pasted into your submission file. The screenshots of the results of the SQL statements which are to be copied from your MySQL Workbench and pasted into your submission file immediately after you execute the SQL query.

The screenshots of the results of the SQL statements which are to be copied from your SQLite3 Command Line and pasted into your submission file immediately after you execute the SQL query. If you used an output file please submit only the output file.

Rationale This assessment aligns with the following subject outcomes: be able to critically analyse and modify an existing database design to meet new business requirements.

The marking criteria for this assignment is: Criteria HD DI CR PS be able to critically analyse and modify an existing database design to meet new business requirements; SQL syntax returns all attributes that meet the business requirement from the tables that hold the data and applies the correct restrictions to retrieve the required information.

SQL syntax returns all attributes that meet the business requirement from the tables that hold the data with minor omissions and applies appropriate restrictions to retrieve the required information.

SQL syntax returns key attributes that meet the business requirement from the tables that hold the data and applies relevant restrictions to retrieve the required information.

SQL syntax returns key attributes that meet the business requirement from the tables that hold the data but the restrictions applied to retrieve the required information contain minor errors.

Requirements Either submit your assignment as a PDF or a Word document.

Request for Solution File

Ask an Expert for Answer!!
Database Management System: Find the customers whose balance is greater than 200 but
Reference No:- TGS02455486

Expected delivery within 24 Hours