DEV Community

Effective Database Design: Part 2

Adam McNeilly on December 04, 2018

In the last post, we walked through the importance of proper database design, and learned about normalization - a process we can follow to ensure d...
Collapse
 
dannida profile image
dannida

very simple and concise.... but why do we need the third table?

Collapse
 
adammc331 profile image
Adam McNeilly

The third table is responsible for holding the connection between students and a class.

Here it is visually if that helps:

Collapse
 
dannida profile image
dannida

Thank u... That was helpful...looking forward to part 3

Thread Thread
 
adammc331 profile image
Adam McNeilly

I just published it. :) dev.to/adammc331/effective-databas...

Collapse
 
gozippy profile image
GoZippy

So where's the Next?

Collapse
 
adammc331 profile image
Adam McNeilly

I'll post it this afternoon. :)

Collapse
 
gozippy profile image
GoZippy

Yippie

Collapse
 
dhatguy profile image
Joseph Odunsi

Is the third table really necessary?