Should we use prefixes in our database table naming conventions?

前端 未结 7 2192
攒了一身酷
攒了一身酷 2021-02-05 22:03

We are deciding the naming convention for tables, columns, procedures, etc. at our development team at work. The singular-plural table naming has already been decided,

7条回答
  •  -上瘾入骨i
    2021-02-05 22:56

    If you use SqlServer the good start would be to look at the sample databases provided for some guidance.

提交回复
热议问题