ExamGecko
Question list
Search
Search

List of questions

Search

Question 214 - DA0-001 discussion

Report
Export

A database consists of one fact table that is composed of multiple dimensions. Each dimension is represented by a denormalized table. This structure is an example of a:

A.
non-relational schema.
Answers
A.
non-relational schema.
B.
galaxy schema.
Answers
B.
galaxy schema.
C.
snowflake schema.
Answers
C.
snowflake schema.
D.
star schema.
Answers
D.
star schema.
Suggested answer: D

Explanation:

A star schema is a type of database schema that consists of one fact table and multiple dimension tables. The fact table contains the measures or metrics of the business process, such as sales, orders, or transactions. The dimension tables contain the attributes or characteristics of the business entities, such as products, customers, or locations. The fact table is connected to the dimension tables by foreign keys that reference the primary keys of the dimension tables. The fact table is located at the center of the schema, while the dimension tables are located at the edges, forming a star-like shape1.

A star schema is an example of a denormalized schema, which means that the dimension tables are not normalized and may contain redundant or repeated data. This is done to improve the performance and simplicity of queries, as there are fewer joins and tables involved. A star schema is suitable for data warehouses and business intelligence applications that require fast and efficient data retrieval2.

asked 02/10/2024
Rui Carrapico
33 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first