← Glossary
テクノロジ系 (Technology)Tested 2×
データベース正規化
でーたべーすせいきか · Database normalization
Also known as: 正規化
A database design technique that eliminates data redundancy and inconsistency by analyzing functional dependencies among attributes and splitting tables into well-structured relations. Normalization prevents update anomalies and improves data integrity.
Past questions testing this term · 2 questions
- 2017h29a #62関係データベースのデータを正規化することによって得られる効果として,適切なものはどれか。
- 2016h28h #94商品の仕入状況を管理している関係データベースの“仕入一覧”表を正規化して,“仕入”表と“商品”表に分割したい。分割後の二つの表に共通して必要なフィールドとして,…