Hi, I need some help with my college work, with the database I am designing.
Assuming I want this to happen:
Main Category:
Level1
Level1
>Level1.1
>Level1.2
>>Level1.2.a
>>Level1.2.b
>>>Level1.2.b.a
>>Level1.2.b.a.a
>>>Level1.2.b.b
How do I design this?
Thank you!