diff --git a/040-SDK/101-get.mdx b/040-SDK/101-get.mdx index 2e9c4808..8f517e87 100644 --- a/040-SDK/101-get.mdx +++ b/040-SDK/101-get.mdx @@ -600,7 +600,7 @@ In the many-to-many relationship, multiple authors can be associated with the sa -In order to remove a relationship, the record representing the relationship in the junction table should be deleted. +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.