diff --git a/cds/cdl.md b/cds/cdl.md index e66ccc549..17b66872d 100644 --- a/cds/cdl.md +++ b/cds/cdl.md @@ -684,6 +684,7 @@ entity Orders.Items { :::info Contained-in relationship Essentially, Compositions are the same as _[associations](#associations)_, just with the additional information that this association represents a _contained-in_ relationship so the same syntax and rules apply in their base form. +Deep operations permit modifications to the composition's target entity, unlike associations. ::: ::: warning Limitations of Compositions of one