Database table naming conventions
I was recently adding some tables to a database, and was presented with the silly problem of naming a table "User" or "Users." To me the table name should represent the entity, but on the flip side the table is holding a collection of those entities.
Since I'm open to suggestion, what are your thoughts on table naming?