DB Scripts/Source MSSQL/transactional.testing.scenarios.sql (File)

Properties

KeyValue
artifact_ida680bce801e0022f376f9b23576352d91eaff1c6677204451d572c68db000149
excerpt/* Escenario 1 0. Run dim_product transformation 1. Check dim_product of product id 875 at the datamart 2. Check product of product id 875 at the transactional Adventureworks 3. Update product name from product id 875 at the transactional Adventureworks 4. Check dim_product of product id 875 at the datamart, new version should've been created */ select p.ProductID, p.Name, pc.Name as CategoryName, ps.Name as SubCategoryName from Production.Product p join Production.ProductSubcategory ps on p.ProductSubcategoryID = ps.ProductSubcategoryID join Production.ProductCategory pc on ps.ProductCate
pathDB Scripts/Source MSSQL/transactional.testing.scenarios.sql
size_bytes3491

Relationships

No compiled relationships touch this object.

Diagram

No relationships to diagram.

Evidence