Hi,

i have a little discussion with my self and i dont find the right
answer. For example i have a small blog.

Article(Id, Title, Text) <- ID = INT, PK
Tag(Tag) <- Tag = PK, Varchar
TagSet(ArticleId, Tag) <-- all FK

Good.. the matter is that i want to reduce performance issues. So i
dont want to make a join from TagSet to Tag, because the Tag is
allready in the Table. But when i implement it, i want to use it as a
foreign key ^^ I cant find the right answer so i will hope, that
someone could help me.

Sorry for my bad english!

Thx alot
Jan

-- 
You received this message because you are subscribed to the Google Groups 
"nhusers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/nhusers?hl=en.

Reply via email to