TaskInstructionsFrom Resources under Main Menu in Interact 2 go to Assignment 5 FolderCopy sqlite3.exe file from the Assignment 5 Folder into a folder in your machineCopy a5.txt from the Assignment 5 Folder into the folder in your machine where your SQLite file is locatedFrom 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 onAt the SQLite Command Line type .mode columnWrite and run SQL statements to complete the following tasks1. 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_STATE3. 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 2005. 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 average7. 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.RationaleThis assessment aligns with the following subject outcomes:• be able to critically analyse and modify an existing database design to meet new business requirements;
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here