I'm having an issue creating a little practice ERD. I'm trying to do some more difficult stuff, and I'm not sure what the standard way to organize it is.
Basically, I don't know which of these is most correct. Also, I'm trying to add some data: "Last video chat; last voice chat; last im; last email".
Three Questions
- I'm not sure if I should organize it off of
has, like type stems off ofhas, in the first drawing. Or should I stem it off offriend, like in the second drawing? - I'm not sure if I should be direct, like
silverandgoldcome directly out of has in the third drawing. Or should I stem indirectly, likelast->chatted/emailed/..., the waysilverandgoldcome out oftypein the first and second drawing? - If I add a
friendID, should I have it as a derived key fromuser?