diff --git a/2-Working-With-Data/05-relational-databases/README.md b/2-Working-With-Data/05-relational-databases/README.md index 59d24bc6..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](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