so we have a better idea of what to teach and how to teach it.
3. NoSQL databases are as different from each other as they are from relational databases.
Until a leader emerges, it isn't clear *which* NoSQL database we should teach.
+
+* Run `sqlite3 survey.db < gen-survey-database.sql`
+ to re-create survey database before loading notebooks.
Topics
------
-* [Selecting Data](01-select.html)
-* [Sorting and Removing Duplicates](02-sort-dup.html)
-* [Filtering](03-filter.html)
-* [Calculating New Values](04-calc.html)
-* [Missing Data](05-null.html)
-* [Aggregation](06-agg.html)
-* [Combining Data](07-join.html)
-* [Creating and Modifying Data](08-create.html)
-* [Programming with Databases](09-prog.html)
+* [Selecting Data](01-select.html)
+* [Sorting and Removing Duplicates](02-sort-dup.html)
+* [Filtering](03-filter.html)
+* [Calculating New Values](04-calc.html)
+* [Missing Data](05-null.html)
+* [Aggregation](06-agg.html)
+* [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)
+* [Instructor's Guide](guide.html)
+
+Resources
+---------
+* `gen-survey-database.sql`: re-generate survey database used in examples.
+* `sqlitemagic.py`: IPython Notebook plugin to support SQLite interaction.