Skip to content
This repository was archived by the owner on Nov 13, 2021. It is now read-only.

Commit 2960418

Browse files
authored
Update readme.md
1 parent 789bd5c commit 2960418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/03/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ You now have a fully functional, albeit simple, OData service backed by a persis
277277
<!--- yaml, edmx, when inspecting cdsc you can find hana,odata,cds,swager,sql,csn as well --->
278278

279279
2. What is the thinking behind the use of views at the service definition layer and tables at the data model layer?
280-
<!--- different consumers on the same data (APIs, UIs), leverage features of a view, separation of concerns, --->
280+
<!--- different consumers on the same data (APIs, UIs), leverage features of a view, separation of concerns, give each of the different consumers a limited, focused set of entities, properties and relationships --->
281281

282282
3. Why might you use the `cds compile` command at all?
283283
<!--- to understand what happens under the hood when you run cds deploy --->

0 commit comments

Comments
 (0)