- 2
- 0
- 约6.29千字
- 约 3页
- 2018-01-31 发布于浙江
- 举报
C H A P T E R 1 8
Data Analysis and Mining
Solutions to Practice Exercises
18.1 query:
groupby rollup(a), rollup(b), rollup(c), rollup(d)
18.2 We assume that multiple students do not have the same marks since otherwise
the question is not deterministic; the query below deterministically returns all
students with the same marks as the n student, so it may return more than n
students.
select student, sum(marks) as total,
rank() over (order by (total) desc) a
您可能关注的文档
- 计算机控制与应用实验(吉林大学)简明使用手册.ppt
- 计算机控制与应用实验(吉林大学)实验3以后说明.ppt
- 计算机控制与应用实验(吉林大学)两相混合式步进电机及其驱动技术.ppt
- 计算机控制与应用实验(吉林大学)图形点阵液晶模块使用手册.pdf
- 计算机控制与应用实验(吉林大学)制作电路板.docx
- 计算机通信与网络(李金库)ch01-Jinku.pdf
- 计算机通信与网络(李金库)ch02-Jinku.pdf
- 计算机通信与网络(李金库)ch03-Jinku.pdf
- 计算机通信与网络(李金库)ch04-Jinku.pdf
- 计算机通信与网络(李金库)ch05-Jinku.pdf
- 安全生产管理员能力培训.pptx
- 咽异感症与心理健康促进.pptx
- 咽异感症与扁桃体炎的鉴别.pptx
- 咽异感症与抑郁症的关系.pptx
- 咽异感症与环境污染的关系.pptx
- 《生动的数据》课件-2025-2026学年沪教版(新教材)小学美术三年级下册.pptx
- 《校园微电影宣传策划》教学课件-2025-2026学年人美版(北京)(2024)初中美术七年级下册.pptx
- 《 春华秋实绘花鸟》教学课件-2025-2026学年人美版(北京)(2024)初中美术七年级下册.pptx
- 管理层安全培训策略.pptx
- 《把“大自然”穿在身上》教学课件-2025-2026学年人美版(北京)(2024)初中美术七年级下册.pptx
原创力文档

文档评论(0)