This PR introduces a simpler example for one-to-many relations in the JOINs documentation. The initial example provided was a bit complex as it showcased a link table, which might be confusing for readers initially.
The new example aims to break down the concept into more digestible parts, making it easier for users to grasp the basic idea of joins. It focuses on a straightforward one-to-many relationship, without the added complexity of a link table.
Change Summary
This PR introduces a simpler example for one-to-many relations in the JOINs documentation. The initial example provided was a bit complex as it showcased a link table, which might be confusing for readers initially.
The new example aims to break down the concept into more digestible parts, making it easier for users to grasp the basic idea of joins. It focuses on a straightforward one-to-many relationship, without the added complexity of a link table.
PR Checklist