marcal wrote:
I'm sorry to have to imform you that the 3rd normal form does not require relation tables for one-to-many relationships. Even if it were, I'd be hard pressed to find a better or more obvious candidate for denormalization.
That's why I said "> 3rd normalized form". Additionally, I tend to denormalize for performance reasons, not to shoe horn my data model into the confines of a data access layer.
To the gentleman that posted the link, thank you very much! I'll be checking it out shortly!