Task 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...


Task


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

1.    Show sums of line totals for each invoice.
2.    Locate the record in the vendor table that does not have a value for the attribute V_STATE
3.    Find the customers whose balance is greater than 200 but less than 300.
4.    Using natural join and having, list the customers whose invoice total is greater than 200
5.    Show the names of the customers for whom we have invoices.
6.    Using natural join and having, list the customers whose invoice total is greater than the average

7.    Show the names of the customers for whom we DO NOT have invoices.
8.    Using natural join and having, list the customers whose invoice total is the maximum.
9.    List the first name and last name of the customers and how many times a customer has generated an invoice.
10.    List all purchases by customer 10018.
11.    List the names of the vendors who provided products.
12.    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;







Oct 07, 2019
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here