CommencerCommencer gratuitement

Preparing dimensions

The HR department has data from employees and what training they have been doing. They have asked you to provide a model to quickly analyze large data sets, efficiently integrate reports and their business intelligence tools, and help them with data-driven decision-making.

Your task is to prepare the dimensions to connect to the fact table in the center of the star schema dimensions model.

Cet exercice fait partie du cours

Introduction to Data Modeling in Snowflake

Afficher le cours

Exercice interactif pratique

Essayez cet exercice en complétant cet exemple de code.

--Modify entity
ALTER ___ IF EXISTS ___
___ TO dim_employees;
Modifier et exécuter le code