Hello everyone,
I am creating a webapp of employees. Now each employees has fields such as loginId, firstName, lastName, email, last review date, last reviewer, last review type and I can go on and on.
My question is each employee has ONLY last review. So what is the best way to do this? Include all fields in user table, or create separate review table?
Thanks.