Data Warehousing Question:

How do you create Surrogate Key using Ab Initio?

Tweet Share WhatsApp

Answer:

There are many ways to create Surrogate key but it depends on your business logic. Here you can try these ways.1. Use next in sequence () function in your transform

2. Use Assign key values component (if your GDE is higher than 1.10)

3. Write a stored proc to this and call this store proc wherever you need.Yes, dimension table contains numeric but not contain measures and facts

Download Data Warehousing PDF Read All 131 Data Warehousing Questions
Previous QuestionNext Question
Can a dimension table contain numeric values?What is the difference between star and snowflake schemas?