From: Greg Wilson Date: Fri, 29 Nov 2013 20:04:47 +0000 (-0500) Subject: Instructor's guide for Python X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1d63f598b510cfafae6b33a620a5056c78145720;p=swc-sql.git Instructor's guide for Python W. Trevor King: I removed everything except the sql/novice changes from the original c963afa [1]. [1]: https://github.com/swcarpentry/bc/commit/c963afa71ba3a7eacada0ff5b4db6dc4f2295e81 --- diff --git a/sql/novice/index.md b/sql/novice/index.md index aaa8ac5..3d889b7 100644 --- a/sql/novice/index.md +++ b/sql/novice/index.md @@ -32,3 +32,7 @@ Topics * [Combining Data](07-join.html) * [Creating and Modifying Data](08-create.html) * [Programming with Databases](09-prog.html) + +See Also +-------- +* [Instructor's Guide](guide.html)