検索結果- 英語 - 多言語
検索内容:
having a normal one
normal hydrogen electrode
(physics, chemistry) Alternative name for the standard hydrogen electrode; an electrode with a standard electrode potential of zero; used as a standard against which other electrodes are measured.
(物理学・化学)標準水素電極の別名。標準電極電位がゼロの電極。他の電極を測定する際の標準として用いられる。
fourth normal form
(databases) A stage in the normalization of a relational database in which a database is in Boyce-Codd normal form and all multi-valued dependencies are functional dependencies.
リレーショナルデータベースの正規化における一段階で、データベースがBoyce-Codd正規形の条件を満たし、すべての多重値依存性が関数従属性に置き換えられている状態を指す
Backus normal form
first normal form
(databases) A stage in the normalization of a relational database in which repeating groups and attributes have been eliminated by putting each into a separate table connected by a primary-key/foreign-key relationship.
第一正規形:リレーショナル・データベースの正規化における第一段階で、繰り返しグループや属性をそれぞれ別々のテーブルに分割し、主キーと外部キーの関係で連結することで冗長性と重複を排除する手法です。 / 第一正規形:データベース設計において、各レコード内に繰り返し項目が存在しないように、全てのデータを原子値へ分解し、正規化を実施する基本的な段階を指します。
fifth normal form
third normal form
(databases) A stage in the normalization of a relational database in which a database is in second normal form and all non-key attributes are mutually independent (no transient dependencies.)
リレーショナルデータベースの正規化工程において、データベースが第二正規形に加えて、全ての非キー属性が互いに独立(推移的従属がない)である状態、すなわち第三正規形(3NF)を指す。
second normal form
(databases) A stage in the normalization of a relational database in which it is in first normal form and every non-key attribute is dependent upon the entire primary key.
(データベース)関係データベースの正規化における第二正規形。第一正規形を満たし、すべての非キー属性が主キー全体に完全に依存している状態を指す。