Table naming convention?

Posted by MattSlay on Stack Overflow See other posts from Stack Overflow or by MattSlay
Published on 2010-05-14T03:44:16Z Indexed on 2010/05/14 3:54 UTC
Read the original article Hit count: 177

Filed under:

In our manufacturing shop, each Employee hits the time clock every time they change Jobs or Machines (work centers) during their work day.

Each record created in the Time Clock app has foreign keys that link the record to: the Employee, the Job, and the Machine which they are about to operate.

I’m trying to determine the best name for this table…

If I were tempted to call it ClockRecords or TimeClockRecords, why wouldn’t I also consider naming it JobTimeRecords, or why not MachineTimeRecords.

Any ideas on a good name?

© Stack Overflow or respective owner

Related posts about database