Relative Content

Tag Archive for data-modeling

Should I avoid data duplication?

I’m trying to design a relatively simple ERP system. However, there are some requirements that complicate things a little bit:

Should I avoid data duplication?

I’m trying to design a relatively simple ERP system. However, there are some requirements that complicate things a little bit:

Should I avoid data duplication?

I’m trying to design a relatively simple ERP system. However, there are some requirements that complicate things a little bit:

What happens to database design process when ORM tools are used?

I have learned about database design, including normalization during my undergraduate course. When we have to model a database for a system, we can start with an ER model and then convert it to the relational model and then we could normalize the design, to come up with the final schema of the database.