More database lessons for novices. To do:
authorGreg Wilson <gvwilson@third-bit.com>
Sun, 10 Nov 2013 10:30:52 +0000 (05:30 -0500)
committerW. Trevor King <wking@tremily.us>
Tue, 11 Mar 2014 04:30:41 +0000 (21:30 -0700)
commitf1b09bc54652abb32d34e39e6ccccbf08fba0a18
tree3a89ce52d245f204ac4a4a924de14ec107c71a07
parent812cdc5f0221367636de4585456ae523ddc4d21d
More database lessons for novices.  To do:
*   `group by` in aggregation
*   data hygiene
*   explain the `%%sqlite` magic
sql/novice/04-calc.ipynb [new file with mode: 0644]
sql/novice/05-null.ipynb [new file with mode: 0644]
sql/novice/06-agg.ipynb [new file with mode: 0644]
sql/novice/07-join.ipynb [new file with mode: 0644]
sql/novice/08-create.ipynb [new file with mode: 0644]
sql/novice/09-hygiene.ipynb [new file with mode: 0644]
sql/novice/10-prog.ipynb [new file with mode: 0644]