1. Homepage
  2. Homework
  3. INSY 661 Assignment 2: SQL
This question has been solved

INSY 661 Assignment 2: SQL

Engage in a Conversation
McGillINSY 661Database and Distributed Systems for AnalyticsSQL

INSY – 661 CourseNana.COM

Assignment 2: SQL CourseNana.COM

  CourseNana.COM

  CourseNana.COM

  CourseNana.COM

Please refer to the ERD shown below and write SQL queries to answer the questions that follow. CourseNana.COM

  CourseNana.COM

A sample database for this ERD is available at:  https://www.db-fiddle.com/f/eFE3c17RDHaQ1gzqDrqwYJ/0 CourseNana.COM

CourseNana.COM

CourseNana.COM

DDL CourseNana.COM

CourseNana.COM

  CourseNana.COM

NOTE: Your answer may differ as there are many different ways to do answer the same question. Moreover, in some cases, the question may be ambiguous such that it is interpreted differently. In such case, one should write down their assumption. CourseNana.COM

  CourseNana.COM


CourseNana.COM

Q1. Write an SQL Command to display the order number, order date, product code, quantity ordered, total payment for this product (unit price * number of units) customer number, and customer name for order number 10101.
CourseNana.COM

CourseNana.COM

  Sample report (note: values may differ if your data base has different data) CourseNana.COM

  CourseNana.COM

Q2. Write an SQL Command to show the total amount to be paid by customer, product variety (i.e., total number of unique product id in that order), maximum unit price, and minimum unit price for order number 10101. CourseNana.COM

  CourseNana.COM

Sample report (note: values may differ if your data base has different data) CourseNana.COM

  CourseNana.COM

  CourseNana.COM

Q3. Write an SQL Command that will find any customers (customer ID, customer Name, city, and Phone) from “Madrid” who have not placed orders, results should be ordered by customer ID (Descending). CourseNana.COM

  CourseNana.COM

Q4. Write an SQL query to find the top 10 popular products (i.e., total quantity ordered/sold). Display the product ID, product name, and total quantities ordered by customers. CourseNana.COM

Hint: Start with producing a list of all the products and the total quantity each product has been ordered. CourseNana.COM

  CourseNana.COM

Q5. Write an SQL query to list order number, product Code, quantity ordered, and avg quantity ordered for that product (across all orders) for those customer orders where the Order quantity for a product in that order is smaller than the average order quantity for that product (Across all orders). Results should be ordered by quantity ordered (Ascending) CourseNana.COM

  CourseNana.COM

Sample report (note: values may differ if your data base has different data) CourseNana.COM

CourseNana.COM

NOTE: What do we mean by “for that product”? CourseNana.COM

Each order has multiple products in it. We need to compare each product in an order with the average order quantity for that product (Across all orders) and display the order number, product code, and quantity ordered if the condition is met (i.e., quantity ordered for a product is smaller than the average order quantity for that product) CourseNana.COM

Q6. Write an SQL query to list customer name, customer number, total amount payable and credit limit for all the customers who have an amount payable greater than their credit limit. CourseNana.COM

  CourseNana.COM

Hint:  CourseNana.COM

1.     amount that had to be paid (i.e., toBePAid) can be calculated by adding quantityOrdered*priceEach for each product in each order for a customer. CourseNana.COM

2.     Totalpaid = sum (amount) from payments for that customer CourseNana.COM

3.     Amount payable = toBePAid – Totalpaid    CourseNana.COM

4.     creditLimit is in the customer table. CourseNana.COM

  CourseNana.COM

Sample report (note: values may differ if your data base has different data) CourseNana.COM

CourseNana.COM

  CourseNana.COM

Q7. Add a “creditworthiness” attribute to the customers column with default value “good” CourseNana.COM

  CourseNana.COM

For all the customers in the result of Q7, change their creditworthiness to “bad” CourseNana.COM

Hint: This query mostly uses the last query, Q6. CourseNana.COM

  CourseNana.COM

Q8. Write an SQL query to find the middle class in employee (who reports to someone also being reported to others). Display the name, job title, the number of employees working under him/her, and employee ID of employee working above him/her (i.e., his/her manager’s id) CourseNana.COM

  CourseNana.COM

Q9: Let’s say the company plans to cut one product line, according to the total sales (i.e., line which has lowest sales). Write an SQL query to find which one should be cut? (Show the name of product line and total sales) CourseNana.COM

  CourseNana.COM

Q10: Background information: Recommender system aimed at suggesting relevant items to users. It is widely used in many areas like eCommerce, social media, or music Platform. One popular method to build recommender system is “collaborative filtering”. The core idea of collaborating filtering is recommended items that a user might like on the basis of reactions by similar users. CourseNana.COM

  CourseNana.COM

Write an SQL query to find the most similar user (and number of same products) for customer 124 according to historical orders. In other words, for customer 124, we need to find which customer has most matched purchased items. Please note that in the process of calculating similarity, products should be distinct (one customer may purchase same product multiple times or multiple quantities of a product). CourseNana.COM

  CourseNana.COM

For example: CourseNana.COM

  CourseNana.COM

For customer 124, he/she purchased item: A, B, C. CourseNana.COM

  CourseNana.COM

Customer Number CourseNana.COM

Purchased CourseNana.COM

Same Purchased (Distinct) CourseNana.COM

101 CourseNana.COM

A,C,D,E,A,C,F,G CourseNana.COM

2 (A and C) CourseNana.COM

102 CourseNana.COM

A,B,F,G,H,B CourseNana.COM

2 (A and B) CourseNana.COM

103 CourseNana.COM

A,B,C,T,Y,U,I,O CourseNana.COM

3 (A, B and C) CourseNana.COM

  CourseNana.COM

In this example, the most similar customer with customer 124 is customer 103 and number of same products is 3. CourseNana.COM

  CourseNana.COM

Optional questions (not to be submitted as part of this assignment): CourseNana.COM

  CourseNana.COM

Do you find any potential issues to calculate the similarities between users with this method? List and explain these issues. CourseNana.COM

Can you come with a better way to calculate the similarity between users? Please try to write a SQL query for your ideas. CourseNana.COM

NOTE: After the due date for this HW, you can share your ideas with the class on MS teams under homework channel. CourseNana.COM

CourseNana.COM

  CourseNana.COM

Get in Touch with Our Experts

WeChat WeChat
Whatsapp WhatsApp
McGill代写,INSY 661代写,Database and Distributed Systems for Analytics代写,SQL代写,McGill代编,INSY 661代编,Database and Distributed Systems for Analytics代编,SQL代编,McGill代考,INSY 661代考,Database and Distributed Systems for Analytics代考,SQL代考,McGillhelp,INSY 661help,Database and Distributed Systems for Analyticshelp,SQLhelp,McGill作业代写,INSY 661作业代写,Database and Distributed Systems for Analytics作业代写,SQL作业代写,McGill编程代写,INSY 661编程代写,Database and Distributed Systems for Analytics编程代写,SQL编程代写,McGillprogramming help,INSY 661programming help,Database and Distributed Systems for Analyticsprogramming help,SQLprogramming help,McGillassignment help,INSY 661assignment help,Database and Distributed Systems for Analyticsassignment help,SQLassignment help,McGillsolution,INSY 661solution,Database and Distributed Systems for Analyticssolution,SQLsolution,