First three lessons on SQL for beginners
authorGreg Wilson <gvwilson@third-bit.com>
Sat, 9 Nov 2013 16:43:13 +0000 (11:43 -0500)
committerW. Trevor King <wking@tremily.us>
Tue, 11 Mar 2014 04:30:29 +0000 (21:30 -0700)
commit812cdc5f0221367636de4585456ae523ddc4d21d
tree302f0a75e0e9d685fe9d10327eaa20499c456d1d
First three lessons on SQL for beginners
sql/novice/01-select.ipynb [new file with mode: 0644]
sql/novice/02-sort-dup.ipynb [new file with mode: 0644]
sql/novice/03-filter.ipynb [new file with mode: 0644]
sql/novice/db.txt [new file with mode: 0644]
sql/novice/sqlitemagic.py [new file with mode: 0644]
sql/novice/survey.db [new file with mode: 0644]
sql/novice/survey.sql [new file with mode: 0644]
sql/novice/tables.html [new file with mode: 0644]