Skip to content

Commit

Permalink
Update 040-SDK/101-get.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: joan-ing <[email protected]>
  • Loading branch information
kostasb and joan-ing authored Nov 27, 2023
1 parent ca3b49c commit e639ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 040-SDK/101-get.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ In the many-to-many relationship, multiple authors can be associated with the sa

To remove a relationship, delete the record representing the relationship in the junction table.

It is worth noting that with SQL `JOIN` we are not limited to joining using only the `id` column. You can use any column or expression criteria that fits your use case as a common denominator when joining tables.
When using SQL `JOIN`, you're not limited to joining using only the `id` column. You can use any column or criteria as a common factor to join tables.

## Filtering Records

Expand Down

0 comments on commit e639ba6

Please sign in to comment.