Data Warehousing Question:

Download Job Interview Questions and Answers PDF

How do you create Surrogate Key using Ab Initio?

Data Warehousing Interview Question
Data Warehousing Interview Question

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 Interview Questions And Answers PDF

Previous QuestionNext Question
Can a dimension table contain numeric values?What is the difference between star and snowflake schemas?