From 97cc50ea67405aa078d39ef2416c71a5ab530f19 Mon Sep 17 00:00:00 2001 From: Rex Schrader Date: Fri, 23 Sep 2022 10:40:40 -0700 Subject: [PATCH] Add Download Link as reference The provided link takes you to the overall documentation, but you have to click through a couple links to get to where you can download it. --- Exercises_2.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Exercises_2.ipynb b/Exercises_2.ipynb index ddfaf18..c0b68b1 100644 --- a/Exercises_2.ipynb +++ b/Exercises_2.ipynb @@ -10,7 +10,7 @@ "# Exercises\n", "## The Sakila Database\n", "\n", - "One of the best example databases out there is the Sakila Database, which was originally created by MySQL and has been open sourced under the terms of the BSD License.\n", + "One of the best example databases out there is the Sakila Database (Download), which was originally created by MySQL and has been open sourced under the terms of the BSD License.\n", "\n", "The Sakila database is a nicely normalised schema modelling a DVD rental store, featuring things like films, actors, film-actor relationships, and a central inventory table that connects films, stores, and rentals.\n", "\n",