From 421cd6a4b1097d1a05aae6ed52c72427496c28b5 Mon Sep 17 00:00:00 2001 From: Brianna Ambler <84342965+Brianna-Ambler@users.noreply.github.com> Date: Wed, 25 Sep 2024 11:57:59 -0500 Subject: [PATCH] LL ID 3950: Task Numbering Fix (#679) --- .../new-duality-views/new-duality-views-updated.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/db-23ai-fundamentals/new-duality-views/new-duality-views-updated.md b/db-23ai-fundamentals/new-duality-views/new-duality-views-updated.md index 6fe5725a..64c7fd52 100644 --- a/db-23ai-fundamentals/new-duality-views/new-duality-views-updated.md +++ b/db-23ai-fundamentals/new-duality-views/new-duality-views-updated.md @@ -277,7 +277,8 @@ Note that the "etag" value supplied in the content is used for "out-of-the-box" If the eTags do not match, which can occur if another concurrent operation updated the same document, an error is thrown. If you get the error, you can reread the updated value (including the updated eTag), and retry the replace operation again, adjusting it (if desired) based on the updated value. -## Task 3: (Optional) JSON Relational Duality Views with REST + +## Task 5: (Optional) JSON Relational Duality Views with REST 1. We can also use Oracle's SODA (Simple Object Data API) or even the Mongo API to work against the Duality View. @@ -356,7 +357,7 @@ If the eTags do not match, which can occur if another concurrent operation updat ``` - + **You've completed the workshop!** ## Learn More