In SO both real users and temporary users can ask a new questions.
I assume each user type has a different table. My question is how can I attach the question to the right user?
I assume the temp users have their own table for the following reasons:
- Temp users don't have all the data that real users have. Like: email, password, and all users details.
- On the other hand, there are a lot more temp users than real users.
So it make more sense to have them in their own table.
temporary = 1orregistered = 0:-) – YOU Feb 22 '10 at 3:28