in Others edited by
2,729 views
5 votes
5 votes

Which of the following related to snowflake schema is true?

  1. Each dimension is represented by a single dimensional table
  2. Maintenance efforts are less
  3. Dimension tables are normalized
  4. It is not an extension of star schema
in Others edited by
by
2.7k views

2 Answers

5 votes
5 votes

Snowflake Schema Example

Snowflake schema consists of a fact table surrounded by multiple dimension tables 

  • Each dimension is represented by multiple dimension tables . 1 is false
  • Maintenance efforts are more. 2 is false
  • Dimension tables are normalized (usually in 3 NF) . 3 is True (NB: But in star scheme it may not be true always)
  • It is an extension of star schema. 4 is false

 answer is 3

by

1 comment

IS It in GATE 2021 sylaabus too?, I mean a hidden topic kinda.
0
0
1 vote
1 vote
(C) should be answer

 snowflaking is normalization of the dimension tables by removing low cardinality attributes and forming separate tables.
Answer:

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true