查看: 2158| 回复: 0
跳转到指定楼层
上一主题 下一主题
收起左侧

SQL求助

全局:

注册一亩三分地论坛,查看更多干货!

您需要 登录 才可以下载或查看附件。没有帐号?注册账号

x
Question 1:
You are provided with a data table containing customer order IDs, customer IDs, the date each order was placed, product IDs of the products contained in the order, and the quantity ordered.  A sample table in comma-separated format would look as follows:

Order_id, Customer_id, order_date, Product_id, Quantity
O1,C1,01-Jan-2012,P1,10
O2,C2,01-Jan-2014,P2,15
O3,C3,01-Apr-2014,P3,17
O4,C4,01-Apr-2015,P1,20
O5,C4,01-Jan-2016,P2,1
O6,C1,01-May-2013,P5,7


We would like to identify customers who have begun to reduce the number of items they purchase online, so that we can target them with a new advertising campaign intended to rekindle their interest in shopping.
.1point3acres
(1)        Use a programming language of your choice to identify customers whose order quantities are decreasing. Specifically, we are interested in customers that display an ordering pattern where the total order quantity of their n-th order is less than that of their (n-1)-th order, and the total order quantity of their (n-1)-th order is less than that of their (n-2)-th order, where the n-th order represents that customer’s most recent order.

.. Then the query displays table with the quantity from most recent order to oldest order group by each customer. If the pattern of decreasing is discovered, then these customers are identified.
. .и
(2)        How would you change the logic given above in (1) to better identify customers who are appropriate for this advertising campaign?  Justify your new logic and rewrite the code to identify a list of customer IDs for this advertising campaign.


上一篇:[打卡贴]我的每日学习记录
下一篇:hr艰苦转行data 打卡帖
无效楼层,该帖已经被删除
您需要登录后才可以回帖 登录 | 注册账号
隐私提醒:
  • ☑ 禁止发布广告,拉群,贴个人联系方式:找人请去🔗同学同事飞友,拉群请去🔗拉群结伴,广告请去🔗跳蚤市场,和 🔗租房广告|找室友
  • ☑ 论坛内容在发帖 30 分钟内可以编辑,过后则不能删帖。为防止被骚扰甚至人肉,不要公开留微信等联系方式,如有需求请以论坛私信方式发送。
  • ☑ 干货版块可免费使用 🔗超级匿名:面经(美国面经、中国面经、数科面经、PM面经),抖包袱(美国、中国)和录取汇报、定位选校版
  • ☑ 查阅全站 🔗各种匿名方法

本版积分规则

>
快速回复 返回顶部 返回列表