Mailing database design, how?
Posted: Mon Oct 27, 2008 4:16 am
I am studying a bit about relational databases. I have got question: How can I save messages in database? Let's say there are hundred or so users using a mailing system. Now how are the messages of each individual saved in database? Is each user assigned a new table and each message gets a new row? I just want to know what should be the design of the database...