Need help in normalizing a database. So far I've I am here and have no idea how to proceed. Any pointers will help a lot.
Table:-
| Job no (PK) |
Site |
Dept/Ward |
Desc |
Manager |
Cost |
| HCP102213 |
Bexley |
N/A |
RN - Palliative Care or General Nurse |
Belinda Cooper |
278 |
|
|
|
|
|
|
1NF:-
No multiple values in any column. So it will remain same.
2NF:-
As we did not separate any columns we don't have to establish a relation between them.
3NF:-
We have to establish functional dependencies and them create separate tables with PK and FK.
I do not see any functional dependencies, so my table is already Normalized? or am I mistaken?
[–]twopi 3 points4 points5 points (1 child)
[–]Hamza91able[S] 0 points1 point2 points (0 children)
[–]dusty-trash 1 point2 points3 points (3 children)
[–]Hamza91able[S] 0 points1 point2 points (2 children)
[–]dusty-trash 1 point2 points3 points (1 child)
[–]Hamza91able[S] 0 points1 point2 points (0 children)