考试报名
考试报名
考试内容
考试大纲
在线客服
返回顶部

备考刷题,请到

CDA认证小程序

The following are fields from an order detail table describing customer transaction behaviors on an e-commerce platform. Which can be used as a measure for aggregation?
A. Customer ID
B. Page ID
C. Access time
D. Purchase amount
上一题
下一题
收藏
点赞
评论
题目解析
题目评论(0)

Purchase amount is a numeric field representing transaction result that can be aggregated.

正确答案是D: Purchase amount(购买金额)。

专业分析:
在数据分析和商业智能中,"度量"(Measure)是指可以进行数值计算和聚合的字段。度量通常用于进行求和、平均、最大值、最小值等统计计算。

A: Customer ID(客户ID) - 这是一个标识符,用于唯一标识每个客户。它是分类数据(Categorical Data),不能用于数值计算和聚合。

B: Page ID(页面ID) - 这是一个标识符,用于唯一标识每个页面。它也是分类数据,不能用于数值计算和聚合。

C: Access time(访问时间) - 这是一个时间戳,表示客户访问页面的时间。虽然时间戳可以用于一些时间间隔的计算,但它通常不作为度量进行聚合。

D: Purchase amount(购买金额) - 这是一个数值字段,表示客户在一次交易中的购买金额。购买金额可以进行各种数值计算和聚合操作,例如求和、平均值等,因此它是一个典型的度量。

综上所述,只有D: Purchase amount适合作为度量用于聚合。