DH 102: Data in the Humanities October 18, 2016
Prof. Mackenzie Brooks
https://public.tableau.com/profile/skybjohnson#!/vizhome/TheSpellsofHarryPotter/HarryPotterSpells
https://gist.github.com/anonymous/ddefcadcd2e8e6e604f95c7fea318868
https://en.wikipedia.org/wiki/Relational_database
https://www.dlsweb.rmit.edu.au/toolbox/knowmang/content/models/relational_model.htm
http://legacy.alexandria.ucsb.edu/gazetteer/ContentStandard/version3.2/GCS3.2-guide.htm
SELECT column_name,column_name FROM table_name WHERE column_name operator value;
SELECT * FROM students WHERE year='2020';
SELECT * FROM students WHERE year='2020' OR year='2019';
.csv = comma separated value
.xlsx = Excel workbook
.tsv = tab separated value
.json = Javascript Object Notation
.xml = Extensible Markup Language
RDF = resource description framework
By Mackenzie Brooks
DH 102: Data in the Humanities // Prof. Mackenzie Brooks // 10/18/16
Assistant Professor & Digital Humanities Librarian at Washington and Lee University