Hi experts, plz Guide me my requirment is i need need to save employees in and Out time into database for attendance...
I am thinking about this Script ... is it looks good or need to improvment?
Create table Attendance (Employee_id number(10),Employee_name varchar2(25),Dept_id number(10),in_time Date,Out_time date,Flag varchar2(20),total_hourse date);
and also tell me how can i take his In_time and out time?