The Most Common Database Design Mistakes - What's My Name? (
Page 3 of 10 )
The failure to adopt a naming standard was also cited as a problem,
with each developer putting his or her own meaning on column names.
Naming standards are a simple solution, with each table name and column
name having a common meaning. For example, use column names that end
with _date for date columns and _code for coded value columns.