Hi guys, I'm really trying hard to understand this new concept after working so long with relational databases...
Can anyone explain how I should go about storing say, a category hierarchy?
in a relational DB, I'd have:
Category:
CategoryId
ParentCategoryId
Name
or something of that nature..