20
15

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

関数従属について

Last updated at Posted at 2021-07-04

関数従属

  • 概要...ある属性xの値が決めると他の属性yの値が一意に決まる関係のことを関数従属と呼ぶ。属性xのことを独立属性(決定項)といい、属性yを従属属性(従属項)という。関数従属に着目することで、正規化することが重要。

  • 表記

    • x -> y (xならばyと読む) : xに対して単一のyが決まる場合の表記
    • x ->-> y : xに対して集合yが決まる場合の表記
  • 独立属性(決定項)...ある値を決める値。属性xのこと

  • 従属属性 (従属項)...独立属性によって決まる値。属性yの事

  • 例) 顧客ID(決定項)が決まる時, 顧客名(従属項)が一意に決まる

記事の移転

この記事は以下のブログに移転しました

20
15
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
20
15

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?