View Single Post
Old 02-11-2013, 01:24 AM   PM User | #12
felgall
Master Coder

 
felgall's Avatar
 
Join Date: Sep 2005
Location: Sydney, Australia
Posts: 5,447
Thanks: 0
Thanked 496 Times in 488 Posts
felgall is a jewel in the roughfelgall is a jewel in the roughfelgall is a jewel in the rough
Quote:
Originally Posted by shaunthomson View Post
Is this an example of a normalised tagging system, or is it what you have been saying is not normalised...?
It is normalized but it may still contain unnecessary fields - depending on whether the name fields are unique within the tables and depending on the size of the name fields.

If the name fields are unique and relatively small fields then none of the id fields are needed.

I can't see the purpose for the id field on the tagmap table regardless as the other two fields together should be the primary key for that table.
__________________
Stephen
Learn Modern JavaScript - http://javascriptexample.net/
Helping others to solve their computer problem at http://www.felgall.com/
felgall is offline   Reply With Quote
Users who have thanked felgall for this post:
shaunthomson (02-11-2013)