[Tutorial] How to properly link tables in MySQL
#2

https://en.wikipedia.org/wiki/Database_normalization

Every schema can be expressed in the third normal form. Such a schema will be a well-designed schema most of the times. An easy way to start would be to merge all the relations into one and write down the functional dependencies on paper and then slowly split them into separate relations to satisfy 2NF and then 3NF.
Reply


Messages In This Thread
How to properly link tables in MySQL - by sammp - 24.10.2018, 01:29
Re: How to properly link tables in MySQL - by Yashas - 24.10.2018, 08:55
Re: How to properly link tables in MySQL - by Whitley - 31.10.2018, 23:11

Forum Jump:


Users browsing this thread: 1 Guest(s)