database design - categories and sub-categories [closed]
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 4 years ago . I need to implement Categorization and Sub-Categorization on something which is a bit similar to golden pages. Assume I have the following table: Category Table CategoryId, Title 10, Home 20, Business 30, Hobbies I have two options to code the sub-categorization. OPTION 1 -