Question
BUSA 326 Project 2 Instructions You need the salesordersexample database to complete this project. If you have not installed the database in MySQL, please refer
BUSA 326 Project 2 Instructions
You need the salesordersexample database to complete this project. If you have not installed the database in MySQL, please refer to #3 installation guide in Module 1 link on D2L online learning system to set up the database.
1. Use INNER JOIN to create a report. In this report, list each vendor's name and the name of each product the vendor has supplied to our company. You should use the Vendors table and the Product_Vendors table in the database to complete this task.
2. Use INNER JOIN to create a report. In this report, list each customer's first name, last name, and the dates when he or she places orders to us. You should use the Orders table and the Customers table in the database to complete this task.
3. Use OUTER JOIN to create a report. In this report, list the name of the products that have never been ordered by far. You should use the Order_Details table and the Products table in the database to complete this task.
4. Use UNION to create a report. In this report, list both customers' and employees' first name, last name, street address, city of residence, state of residence, and zip code.You should use the Customers table and the Employees table in the database to complete this task.
Please save the query statements for questions above into a Word document. Also, get a screen capture of the data report after you execute each query in MySQL, and save the screen captures into the Word document as well. Please name the Word document as "MyProject2", and submit it to D2L. Thank you!
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started