Employee monitoringDD (AutoRecovered)
Employee monitoringDD (AutoRecovered)
Employee monitoringDD (AutoRecovered)
Data dictionary
Table 1: Admin
Field Name Data type Size Constrain
Admin_id Int 10 Primary key
Name Varchar 30 Not Null
Desig_id Int 10 Foreign key
User_id Int 10 Foreign key
Password varchar 15 Not Null
Table 2: Employee
Field Name Data type Size Constrain
Employee_id Int 10 Primary key
Name Varchar
Contact Int
Address Varchar
Joining Date Date& time - Not null
Depart_id Int 10 Foreign key
Desig_id Int 10 Foreign key
User name Varchar
password Varchar
Table 3: designation
Field Name Data type Size Constrain
Desig_id Int 10 Primary key
Desig_name Varchar
Table 8: attendance
Field Name Data type Size Constrain
Att_id Int 10 Primary key
Emp_id Int 10 Foreign key
On day Date& time - Not null
Off day Date& time - Not null
Month Date& time - Not null
Year Date& time - Not null
Holiday_id Int 10 Foreign key