Employee Clocking in & Out System database
Posted
by user164577
on Stack Overflow
See other posts from Stack Overflow
or by user164577
Published on 2010-04-01T18:59:36Z
Indexed on
2010/04/01
19:03 UTC
Read the original article
Hit count: 221
database-design
What would be the best database design for employee clocking and out? Right now I have two tables.
Employee Base Table: Employee Id, relevant information like name and address, clocked in column
Employee Clocked in Table: Employee id, clock in date, Clock in Time, Clocked Out Time.
Is this a good way to track clocked in and clocked out? I appreciate any help
© Stack Overflow or respective owner