I'm a newbie to databases - well, large ones anyway.
I'm trying to design a database which stores 'bookmarks' for users in a hierchachical fashion. I've figured out how to do that for one person (adjacency list, in one table). So for multiple users, I have one table to store user details -...