joelwenzel
Programmer
- Jun 28, 2002
- 448
My fact tables all contain an id identy column which is an automatically generated number. I use this column as my primary key. However, each fact in my table can also be identified by a group of dimensions. Should I label the relationships between these dimensions and my fact table as identifying? This would result in my table having two primary keys...an id key and the group of columns key.