show/hide this revision's text 2 retag
show/hide this revision's text 1

Database, Table and Column Naming Conventions?

When ever 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:

  1. Should table names be plural?
  2. Should column names be singular?
  3. Should I prefix tables or columns?
  4. Should I use any case in naming items?

Are there any recommend guidelines out there for naming items in a database?