Login
Remember
Register
Ask a Question
Name the foreign key columns in dimension and fact table?
0
votes
asked
Jun 6, 2021
in
Informatica
by
rajeshsharma
Name the foreign key columns in dimension and fact table?
informatica-fact-table
fact-table-dimension
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 6, 2021
by
rajeshsharma
Dimension Table’s foreign keys are primary keys of entity tables
Fact Table’s foreign keys are primary keys of dimension tables
...