Re: Table Names: Singular or Plural?
From: --CELKO-- <71062.1056_at_compuserve.com>
Date: 5 Apr 2002 10:11:01 -0800
Message-ID: <c0d87ec0.0204051011.52dc7fde_at_posting.google.com>
Date: 5 Apr 2002 10:11:01 -0800
Message-ID: <c0d87ec0.0204051011.52dc7fde_at_posting.google.com>
>> There are those who insist that table names should be plural. <<
Employees = Better; it gets you thinking in sets and allows you to
consider different types of employees (part-time, full-time, contract,
etc.)
Personnel = Best; it describes the role they play as a class in the
data model.