In the emplolyee table, the fields could be id, name, social security number, but these attributes have nothing to do with the "department".
Only "employee_id" will tell us what department the employee belongs to.
So we need an another table for which department an employee is in.
1NF (First normal form):
- Unnormalized form:
EMPLOYEE ( < employee_id >, name, social_security, department_name
- Normalized form:
EMPLOYEE ( < employee_id >, name, social_security)
Another table that we store which department the employee belongs to?
EMPLOYEE_DEPARTMENT ( < employee_id >, department_name ), but the department_name might change. Right?EMPLOYEE_DEPARTMENT ( < employee_id >, department_id )DEPARTMENT ( < department_id >, department_name )
who need help improving their coding skills hawaiian necklace , daily game solve cross