From 56d6b9fd167a6c6c02ac8daa8016c38119d727cf Mon Sep 17 00:00:00 2001 From: Anupam Mishra <66557767+anupamishra333@users.noreply.github.com> Date: Sat, 11 Sep 2021 15:13:32 +0530 Subject: [PATCH] Create README.md --- 2-Working-With-Data/05-relational-databases/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2-Working-With-Data/05-relational-databases/README.md b/2-Working-With-Data/05-relational-databases/README.md index 59d24bc6..c910e5a7 100644 --- a/2-Working-With-Data/05-relational-databases/README.md +++ b/2-Working-With-Data/05-relational-databases/README.md @@ -2,7 +2,7 @@ Chances are you have used a spreadsheet in the past to store information. You had a set of rows and columns, where the rows contained the information (or data), and the columns described the information (sometimes called metadata). A relational database is built upon this core principle of columns and rows in tables, allowing you to have information spread across multiple tables. This allows you to work with more complex data, avoid duplication, and have flexibility in the way you explore the data. Let's explore the concepts of a relational database. -[Pre-lecture quiz](asdf) +[Pre-lecture quiz](https://red-water-0103e7a0f.azurestaticapps.net/quiz/8) ## It all starts with tables @@ -158,7 +158,7 @@ TBD ## Post-Lecture Quiz -[Post-lecture quiz](asdf) +[Post-lecture quiz](https://red-water-0103e7a0f.azurestaticapps.net/quiz/9) ## Review & Self Study