From: Greg Wilson Date: Mon, 2 Dec 2013 21:03:39 +0000 (-0500) Subject: Filling in glossary entries X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=efa406fa17fa747e1c5a758ee4571ceb2c1f67bf;p=swc-workshop.git 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 --- 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",