Database design for database-agnostic applications

后端 未结 17 1916
隐瞒了意图╮
隐瞒了意图╮ 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:36

    Keep field and table names short (<30 characters) and case insensitive. e.g. TABLE_NAME and FIELD_NAME

提交回复
热议问题