Reference: What Walmart Knows About Customer Habits
Reference: Uber Real-Time Data Processing Pipelines
Reference: Capital One Data Systems Case
| Operation | Action Description | Impact on Detail Level | Business Question Example |
|---|---|---|---|
| Roll-Up | Aggregates data by climbing up a hierarchy | Decreases detail (more summary) | What are the total sales by country instead of cities? |
| Drill-Down | Navigates from summary to detailed data | Increases detail (more specific) | What are the sales figures for each shop location in Paris? |
| Slice | Selects a single dimension's coordinate | Filters data to 2D slice | Show me sales for ONLY the month of January 2026. |
| Dice | Filters across multiple dimensions | Filters data to sub-cube | Show me sales of laptops in the North region for Q2. |
Transactional records are: Extracted from multiple cash registers, Transformed to clean up inconsistencies (formatting currency, resolving missing fields), and Loaded into the central Data Warehouse.
参考链接: 沃尔玛对客户习惯的了解
参考链接: Uber实时数据处理管道
参考链接: Capital One 数据系统分析
| 操作类型 | 操作具体描述 | 对细节级别的影响 | 业务问题示例 |
|---|---|---|---|
| 上卷 (Roll-Up) | 通过在维度层级上升来聚合数据 | 细节减少(汇总度变高) | 全国的总销售额是多少(而不是看各个城市)? |
| 下钻 (Drill-Down) | 从汇总数据下探到更详细的数据 | 细节增加(针对性变强) | 巴黎市每个具体零售店门店的销售额是多少? |
| 切片 (Slice) | 选择单个维度的一个特定取值过滤 | 过滤数据为二维切片 | 仅展示 2026 年 1 月的销售额。 |
| 切块 (Dice) | 跨两个或多个维度过滤数据 | 过滤数据为较小的子立方体 | 展示第二季度华北地区笔记本电脑的销售额。 |
交易记录是:从多个独立收银台系统中 提取 (Extract),然后进行 转换 (Transform) 以消除格式不一致、处理缺失值,最后 加载 (Load) 到中央数据仓库中。
Visual concept map explaining the key module topic: 解释该模块核心主题的视觉概念图:
Perform multi-dimensional data warehouse operations in Excel:
1. Which characteristics describes a data warehouse being read-only after loading? 哪项特征描述了数据仓库在加载后为只读状态?
Show Explanation 显示解析2. What does the ETL process stand for? ETL 过程代表什么?
Show Explanation 显示解析3. Moving down the concept hierarchy in OLAP (e.g. from Year to Quarter) is called: 在 OLAP 中向下移动概念层级(如从年到季度)被称为:
Show Explanation 显示解析Task 1: SQL statement to inner join 'Sales' and 'Products' tables on ProductID. 任务 1: SQL 语句:在 ProductID 上内连接 'Sales' and 'Products' 表。
Task 2: Excel formula to count cells in A1:A10 that are greater than 100. 任务 2: Excel 公式:计算 A1:A10 区域中大于 100 的单元格数。
Task 3: DAX query to count total transaction records in 'Transactions' table. 任务 3: DAX 查询:计算 'Transactions' 表中事务记录的总数。
Match the term on the left with its definition on the right. 将左侧的术语与右侧的定义进行配对。