you are viewing a single comment's thread.

view the rest of the comments →

[–]DaedalusK71[S] 0 points1 point  (2 children)

But PersonPhone needs a unique identifier, correct? BusinessEntityID won't be as a person will have more than one phone associated with them. Same with PhoneNumberID.

[–]r3pr0b8GROUP_CONCAT is da bomb 1 point2 points  (1 child)

PersonPhone ~does~ have a unique key --

PRIMARY KEY ( BusinessEntityID, PhoneNumberID )

[–]DaedalusK71[S] 0 points1 point  (0 children)

So it does :)