Database design for database-agnostic applications

后端 未结 17 1772
隐瞒了意图╮
隐瞒了意图╮ 2021-02-02 14:15

What do I have to consider in database design for a new application which should be able to support the most common relational database systems (SQL Server, MyS

17条回答
  •  爱一瞬间的悲伤
    2021-02-02 14:58

    Research up front the lowest common denominator for data types. For example, SQL Server has an integer but Oracle uses a number.

提交回复
热议问题