02 – Many-To-Many Relationships – Implementation
In the previous post, we demonstrated a simple way in which developers can get into trouble whilst data modelling. We had to create a many-to-many relationship between Films and Actors which involved creating a linking table and utilising two one-to-many…