I have normalised my database but now I have many extra tables. In principle are these still one table just split into smaller ones or do I need to name each one and are they independent of the last table?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
When you normalize a relation you replace the original relation with new relations. You don’t have any “extra” tables. Each of the new relations is fully fledged and needs a name.