diff --git a/040-SDK/101-get.mdx b/040-SDK/101-get.mdx index 8f517e87..502d95aa 100644 --- a/040-SDK/101-get.mdx +++ b/040-SDK/101-get.mdx @@ -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