From 978f3ce66cb8c2b88663a9682d03fe4e7fdc5b7a Mon Sep 17 00:00:00 2001 From: Anupam Mishra <66557767+anupamishra333@users.noreply.github.com> Date: Sat, 11 Sep 2021 19:17:59 +0530 Subject: [PATCH] Update 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 c910e5a7..b72d7e17 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](https://red-water-0103e7a0f.azurestaticapps.net/quiz/8) +## [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](https://red-water-0103e7a0f.azurestaticapps.net/quiz/9) +## [Post-lecture quiz](https://red-water-0103e7a0f.azurestaticapps.net/quiz/9) ## Review & Self Study