update と modification

データベースへの操作で:

  • 用法その1
    • update : レコードの値を変更する
    • modification : update, create, delete
  • 用法その2
    • update : modification, create, delete
    • modification : レコードの値を変更する

ちなみに、modification は 2-transfor だし。