Skip to content

Instantly share code, notes, and snippets.

@koralle
Last active August 6, 2023 11:09
Show Gist options
  • Save koralle/5c81ea1d9146bfd885757f0a9aa2c5fe to your computer and use it in GitHub Desktop.
Save koralle/5c81ea1d9146bfd885757f0a9aa2c5fe to your computer and use it in GitHub Desktop.
【DBスペシャリスト】候補キーを全列挙させる問題

【DBスペシャリスト】候補キーを全列挙させる問題

まず何をする??

  1. 関係スキーマ、テーブル構造を見る
  2. 関数従属性がわかる図を見る

問題の出方

  1. 候補キー全列挙
  2. 候補キーを1つ挙げる
  3. 非キーの全列挙
  4. 候補キーの中から主キーになれる(orなれない)ものを全列挙

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment