I'm setting up a table, called FriendLookup with 2 columns only. The purpose of the column is two link two friends together. Each friend has his own row in the Users table, and his own unique ID.
Since each friend is pretty much identical, and each needs to be linked to all his other friends, I figured I'd set up a many to many table. The problem is, what do I name the columns? Am I even structuring this table correctly? What's the best way to match up two rows in a database?
Thanks guys. I'm working on a new site so I've had a bunch of questions already and I'll probably continue to have more =) I do appreciate all the help.