Database design: one huge table or separate tables?

后端 未结 13 1916
自闭症患者
自闭症患者 2020-12-09 03:16

Currently I am designing a database for use in our company. We are using SQL Server 2008. The database will hold data gathered from several customers. The goal of the databa

13条回答
  •  抹茶落季
    2020-12-09 03:59

    You can also create supplemental tables that hold already calculated details on historical information if there are common queries.

提交回复
热议问题