From Resources under Main Menu in Interact 2 go to Assignment 5 FolderThe ‘assignment5’ database file will be made available on Interact2 Resources under Assessments folder.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.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_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.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here