Quote:
|
Originally Posted by pootle flump
Funny - I thoughts you didn't likes pluralised entities. Or is that another big cat?
|
me? no, i always tell people to use plural entity/table names
it is to remind you that you are dealing with a
set of rows (e.g. select from employees)
placing emphasis on the container (e.g. select from tblemp) is old school process-oriented thinking
plural names help you remember that you are specifying values to qualify all desired rows at once, rather than the repetitive read-a-record-and-do-something-with-it mindset