Skip to content

Instantly share code, notes, and snippets.

@tMinamiii
Last active May 17, 2024 08:30
Show Gist options
  • Save tMinamiii/d804fdf86031edf469693e617061013a to your computer and use it in GitHub Desktop.
Save tMinamiii/d804fdf86031edf469693e617061013a to your computer and use it in GitHub Desktop.
読書

Reading

mindmap
   root((mindmap))
      A
       B
       C

思考のリファクタリング

全てのバグは、思考の中にある

エンジニアリングを行う組織について 個々の中で起きていることをしる必要があります。

エンジニアリング(工学)とは?

工学とは数学と自然科学を基礎とし、ときには人文社会科学の知見を用いて、
公共の安全、健康、福祉のために有用な事物や快適な環境を構築することを目
的とする学問である

めも

部分関数従属とは

主キーの一部の列に対して従属する列がある

{会社コード} -> {会社名}

推移的関数従属

テーブル内部に存在する段階的な従属関係

{会社コード, 社員ID} -> {部署コード} -> {部署名}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment