database normalization
常見例句
- Volumes can and have been written about the important topic of database normalization.
數(shù)據(jù)庫標(biāo)準(zhǔn)化是一個重要課題,完全可以就其寫出許多著作,而且已經(jīng)有了許多相關(guān)著作。 - Classic database normalization would say to create a Pizza table, and then a many-to-many table relating pizza IDs to topping IDs.
典型的數(shù)據(jù)庫標(biāo)準(zhǔn)會建議需要先創(chuàng)建一張比薩表,然後再創(chuàng)建一張將比薩 ID 與澆頭 ID 關(guān)聯(lián)起來的多對多表。 - To demonstrate, let's apply a little database normalization to the previous example, splitting the owner field of PhoneNumber into a separate person table.
作爲(wèi)縯示,我們將一個小的數(shù)據(jù)庫槼範(fàn)化(normalization)應(yīng)用於上一示例,將 PhoneNumber 的 owner 字段分割到單獨(dú)的 person 表中。 返回 database normalization