From efa406fa17fa747e1c5a758ee4571ceb2c1f67bf Mon Sep 17 00:00:00 2001 From: Greg Wilson Date: Mon, 2 Dec 2013 16:03:39 -0500 Subject: [PATCH] Filling in glossary entries W. Trevor King: I removed everything except the sql/novice changes from the original 20d3384 [1]. [1]: https://github.com/swcarpentry/bc/commit/20d33848883b620ef2e948e12c15e0bfc8ed3660 --- sql/novice/01-select.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/novice/01-select.ipynb b/sql/novice/01-select.ipynb index 384029c..42f461b 100644 --- a/sql/novice/01-select.ipynb +++ b/sql/novice/01-select.ipynb @@ -59,7 +59,7 @@ "source": [ "A [relational database](../../gloss.html#relational-database)\n", "is a way to store and manipulate information\n", - "that is arranged as [tables](../../gloss.html#table).\n", + "that is arranged as [tables](../../gloss.html#table-database).\n", "Each table has columns (also known as [fields](../../gloss.html#field-database)) which describe the data,\n", "and rows (also known as [records](../../gloss.html#record-database)) which contain the data.\n", " \n", -- 2.26.2