Recent Question/Assignment

Due date: 06-Oct-2017
Return date: 27-Oct-2017
Submission method options
Alternative submission method
Task
NOTES
This assignment requires you to use SQLite to complete the tasks listed below.
For guidance on how to install SQLite, watch this short YouTube video: https://www.youtube.com/watch?v=9ynCDVg54H0
For guidance on how to create tables using SQLite, watch this short YouTube video: https://www.youtube.com/watch?v=kij5lPw0F-o
Typing the SQL statements or the results is NOT acceptable.
Instructions
From Resources under Main Menu in Interact 2 go to Assignment 5 Folder
Copy sqlite3.exe file from the Assignment 5 Folder into a folder in your machine

Copy a5.txt from the Assignment 5 Folder into the folder in your machine where your SQLite file is located

From the SQLite Command Prompt execute the a5.txt script. To do this, at the SQLite Command Line type .read a5.txt [to create the tables you will use to answer this assignment’s questions]

At the SQLite Command Line type .headers on

At the SQLite Command Line type .mode column

Write and run SQL statements to complete the following tasks
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:

1. The SQL statements for each query, which should be copied from your SQLite3 Command Line and pasted into your submission file. If you type .echo on at the SQLite3 Command Line, SQLite will output your SQL statement with the results of the query making it easy to copy and paste both.
2. 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;
Marking criteria
Each task is worth 1.25 marks. 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.
Don't use any other file formats.
Please include your student ID, name and subject code in your submission.

Looking for answers ?