Whenever I design a database, I always wonder if there is a best way of naming an item in my database.
(每当我设计数据库时,我总是想知道是否有最佳的方式在数据库中命名项目。)
Quite often I ask myself the following questions: (我经常问自己以下问题:)
- Should table names be plural?
(表名应该是复数吗?)
- Should column names be singular?
(列名应为单数吗?)
- Should I prefix tables or columns?
(我应该为表格或列添加前缀吗?)
- Should I use any case in naming items?
(我在命名项目时应该使用大小写吗?)
Are there any recommended guidelines out there for naming items in a database?
(有没有建议的准则来命名数据库中的项目?)
ask by GateKiller translate from so 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…