Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Table decomposition #65

Open
itsina96 opened this issue Apr 3, 2020 · 2 comments
Open

Table decomposition #65

itsina96 opened this issue Apr 3, 2020 · 2 comments
Labels
code review enhancement New feature or request wontfix This will not be worked on

Comments

@itsina96
Copy link

itsina96 commented Apr 3, 2020

It's a better practice to break it down into smaller tables, making collections of smaller relations. So you can avoid replicating datas and it's easier to establish relationships

@itsina96 itsina96 added enhancement New feature or request code review labels Apr 3, 2020
@Joepock123
Copy link

Nice Ina, and:

Establishing consistent relationships between database tables helps ensure data integrity, contributing to database normalization.

@itsina96
Copy link
Author

itsina96 commented Apr 3, 2020

If interested, look up on "first normal form" and "second normal form" - something Roger mentioned about during our code review.

@Alexreid95 Alexreid95 added the wontfix This will not be worked on label Apr 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code review enhancement New feature or request wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants