From bdf6427239c3c13364e2c44be0b2117071e3157d Mon Sep 17 00:00:00 2001 From: Anupam Mishra <66557767+anupamishra333@users.noreply.github.com> Date: Sat, 11 Sep 2021 15:24:35 +0530 Subject: [PATCH 1/2] Update README.md --- 2-Working-With-Data/06-non-relational/README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/2-Working-With-Data/06-non-relational/README.md b/2-Working-With-Data/06-non-relational/README.md index dece4775..02126f97 100644 --- a/2-Working-With-Data/06-non-relational/README.md +++ b/2-Working-With-Data/06-non-relational/README.md @@ -1,5 +1,9 @@ # Working with Data: Non-Relational Data +## Pre-Lecture Quiz + +[Pre-lecture quiz](https://red-water-0103e7a0f.azurestaticapps.net/quiz/10) + Data is not limited to relational databases. This lesson focuses on non-relational data and will cover the basic of spreadsheets and NoSQL. ## Spreadsheets @@ -113,9 +117,7 @@ In most instances, APIs that return JSON data can be directly transferred and st The fields of interest in this document are: `created_at`, `id`, and `text`. -## Pre-Lecture Quiz -[Pre-lecture quiz]() ## 🚀 Challenge @@ -134,7 +136,7 @@ Try to run a few select queries to find the documents that have Microsoft in the ## Post-Lecture Quiz -[Post-lecture quiz]() +[Post-lecture quiz](https://red-water-0103e7a0f.azurestaticapps.net/quiz/11) ## Review & Self Study From f07c4aa6ef3a8f567621ecb3527deb7d2122530f Mon Sep 17 00:00:00 2001 From: Anupam Mishra <66557767+anupamishra333@users.noreply.github.com> Date: Sat, 11 Sep 2021 18:57:38 +0530 Subject: [PATCH 2/2] Update README.md --- 2-Working-With-Data/06-non-relational/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/2-Working-With-Data/06-non-relational/README.md b/2-Working-With-Data/06-non-relational/README.md index 02126f97..658c2641 100644 --- a/2-Working-With-Data/06-non-relational/README.md +++ b/2-Working-With-Data/06-non-relational/README.md @@ -1,8 +1,8 @@ # Working with Data: Non-Relational Data -## Pre-Lecture Quiz +## [Pre-Lecture Quiz](https://red-water-0103e7a0f.azurestaticapps.net/quiz/10) + -[Pre-lecture quiz](https://red-water-0103e7a0f.azurestaticapps.net/quiz/10) Data is not limited to relational databases. This lesson focuses on non-relational data and will cover the basic of spreadsheets and NoSQL. @@ -134,9 +134,9 @@ There is a `TwitterData.json` file that you can upload to the SampleDB database. Try to run a few select queries to find the documents that have Microsoft in the text field. Hint: try to use the [LIKE keyword](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-keywords#using-like-with-the--wildcard-character) -## Post-Lecture Quiz +## [Post-Lecture Quiz](https://red-water-0103e7a0f.azurestaticapps.net/quiz/11) + -[Post-lecture quiz](https://red-water-0103e7a0f.azurestaticapps.net/quiz/11) ## Review & Self Study