From e639ba60f2757513441a2b28f3788595d0a18da1 Mon Sep 17 00:00:00 2001 From: Kostas Botsas Date: Mon, 27 Nov 2023 17:45:49 +0200 Subject: [PATCH] Update 040-SDK/101-get.mdx Co-authored-by: joan-ing --- 040-SDK/101-get.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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