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

备考刷题,请到

CDA认证小程序

The diagram below is an E-R diagram representing the multi-table connections used in a company's sales business. Please refer to the diagram to answer the following questions: Primary Chinese-English Correspondence. “销售业绩表”: "Sales Performance Report" “客户ID”: "Customer ID" “城市编号”: "City Code" “产品编号“:"Product Code" “金额“:"Amount" “客户信息表“:"Customer Information Table" “城市信息表“:"City Information Table" “产品信息表”:"Product Information Table" Continuing from the previous question, please choose the correct statement about the connections between the tables.
A. The Sales Performance table is multi-table.
B. The Customer Information table is multi-table.
C. The City Information table is multi-table.
D. The Product Information table is multi-table.
上一题
下一题
收藏
点赞
评论
题目解析
题目评论(0)

The fact table is multi-table in the process of aggregation, while the other dimension tables are single-table, so the correct answer is A.

正确答案是 A: The Sales Performance table is multi-table。

专业分析如下:

在E-R图中,“销售业绩表” (Sales Performance Report) 是一个中心表,它通过多个外键(客户ID、城市编号、产品编号)与其他表(客户信息表、城市信息表、产品信息表)建立了连接。这意味着“销售业绩表”可以包含来自多个表的数据,并且能够对这些数据进行综合分析和报告。

具体分析如下:
1. **销售业绩表 (Sales Performance Report)**:包含客户ID、城市编号、产品编号和金额等字段,这些字段分别引用了“客户信息表”、“城市信息表”和“产品信息表”中的数据。因此,它需要从多个表中获取数据,是一个典型的多表连接的例子。

2. **客户信息表 (Customer Information Table)**:主要包含客户的详细信息,如客户ID、客户名称等。它是一个单表,主要存储客户相关的数据,不需要从其他表中获取信息。

3. **城市信息表 (City Information Table)**:包含城市编号和城市名称等信息。它也是一个单表,主要存储城市相关的数据。

4. **产品信息表 (Product Information Table)**:包含产品编号、产品名称、产品价格等信息。它同样是一个单表,主要存储产品相关的数据。

综上所述,只有“销售业绩表”需要从多个表中获取数据,因此它是多表连接的。其他表都是单表,主要用于存储各自领域的信息。