Multiple tables or one mega-table in SQL?

后端 未结 5 487
攒了一身酷
攒了一身酷 2021-01-13 04:52

I am new to MySQL. I am trying to design an online file storage system. The actual file storage will be taken care of separately - I just want to use MySQL to make a databas

5条回答
  •  既然无缘
    2021-01-13 05:44

    As per Database Normalization perspective; it';s better to have multiple tables with foreign key contraints...

    reference Links:

    http://databases.about.com/od/specificproducts/a/normalization.htm

    http://www.devshed.com/c/a/MySQL/An-Introduction-to-Database-Normalization/

提交回复
热议问题