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

备考刷题,请到

CDA认证小程序

The figure shows a partial business data table exported from a company's system. Please answer the following question based on the data in the table: Which table serves as an indirect connection between the Order table and the Brand table?
A. Product table
B. Region table
C. Salesperson table
D. Customer table
上一题
下一题
收藏
点赞
评论
题目解析
题目评论(0)

The Order table connects to the Product table, which then connects to the Brand table.

正确答案是A: Product table。

专业分析如下:

1. **Order表**:通常包含订单的详细信息,例如订单ID、产品ID、客户ID等。
2. **Brand表**:通常包含品牌的详细信息,例如品牌ID、品牌名称等。
3. **Product表**:通常包含产品的详细信息,例如产品ID、品牌ID、产品名称等。

通过**Product表**,我们可以将**Order表**和**Brand表**连接起来:
- Order表中的产品ID可以连接到Product表中的产品ID。
- Product表中的品牌ID可以连接到Brand表中的品牌ID。

通过这种方式,Product表起到了桥梁作用,将Order表和Brand表间接连接起来。因此,正确答案是A: Product table。