Next up, we have the slightly more confusing "many to many" relationship type. To illustrate this, we’ll use the common example of articles and tags. As we’ll quickly realize, a third table is necessary in order to associate one article with many tags, and one tag with many articles.
Published on Oct 25th, 2019.