I\'m currently designing a database schema that\'s used to store recipes. In this database there are different types of entities that I want to be able to tag (ingredients, reci
Howabout this?
Types( PK:Type,set_id[,TypeDesc])
Attributes( PK:(set_id,FK:Type),Value)
PS: Bold/Italics Realy Suck