The constellation schema has multiple fact tables sharing some dimension tables. So D is the correct answer.
正確答案是:D: Multiple fact tables sharing some dimension tables
專業(yè)分析:
在多維數(shù)據(jù)模型中,星座模式(Constellation Schema)是一個復(fù)雜的數(shù)據(jù)倉庫架構(gòu),它允許多個事實表共享一些維度表。這種模式的主要特點是其靈活性和擴(kuò)展性,使得它適用于處理復(fù)雜的商業(yè)智能需求。
具體分析如下:
A: One dimension table connected to multiple fact tables
這種描述不符合星座模式的定義,因為星座模式通常涉及多個維度表和多個事實表,而不僅僅是一個維度表。
B: Multiple dimension tables connected to multiple fact tables
雖然這種描述接近星座模式,但它并未明確指出這些事實表共享維度表的特性。
C: One fact table connected to multiple dimension tables
這種描述更符合星型模式(Star Schema),而不是星座模式。星型模式中一個事實表連接多個維度表。
D: Multiple fact tables sharing some dimension tables
這種描述準(zhǔn)確地反映了星座模式的特點:多個事實表共享某些維度表。這種結(jié)構(gòu)允許在一個數(shù)據(jù)倉庫中整合多個業(yè)務(wù)領(lǐng)域的數(shù)據(jù),同時保持?jǐn)?shù)據(jù)的一致性和完整性。
因此,選項D是對星座模式的正確描述。