Multiple choice technology databases

Can you convert a snowflake schema in to star schema?

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

A snowflake schema can be converted to a star schema by denormalizing - eliminating the normalized dimension tables and merging them into single dimension tables. This is a valid transformation, though it may increase redundancy.