Relational databases - there has to be more right?

前端 未结 19 1908
没有蜡笔的小新
没有蜡笔的小新 2021-01-31 00:17

I really enjoy database design and the whole concept of managing data semantically and all the logic that comes with it.

My knowledge level when it comes to databases is

19条回答
  •  野性不改
    2021-01-31 00:51

    There is only one rigorous technique for conceptually modeling a relational database schema that I know of (and I've spent a lot of time looking). It's confusingly named "Object-Role Modeling". Here are a couple references.

    http://www.agilemodeling.com/artifacts/ormDiagram.htm

    http://www.tdan.com/view-articles/5033

    http://en.wikipedia.org/wiki/Object_role_modeling

    http://en.wikipedia.org/wiki/NORMA

    and here's a plugin for Visual Studio

提交回复
热议问题