Good place to look for example Database Designs - Best practices
Posted
by Younes
on Stack Overflow
See other posts from Stack Overflow
or by Younes
Published on 2010-03-09T10:05:23Z
Indexed on
2010/03/09
10:21 UTC
Read the original article
Hit count: 838
I have been given the task to design a database to store a lot of information for our company. Because the task is rather big and contains multiple modules where users should be able to do stuff, I'm worried about designing a good data model for this. I just don't want to end up with a badly designed database.
I want to have some decent examples of database structures for contracts / billing / orders etc to combine those in one nice relational database. Are there any resources out there that can help me with some examples regarding this?
© Stack Overflow or respective owner