S
Stranger
I need to create a database that will store individual resident assessments. One resident will have more than one assess over time. The score decides what level of care a resident needs.
Now, would it be best to just have one table that has the resident names and then another table that contains the assessment? the assessment contains a score at the end. I need to track a residents score over time.
Should I also include the current residents location? If so, would that be in the residents table or the assessment table?
Thanks.
Now, would it be best to just have one table that has the resident names and then another table that contains the assessment? the assessment contains a score at the end. I need to track a residents score over time.
Should I also include the current residents location? If so, would that be in the residents table or the assessment table?
Thanks.