Mackenzie Brooks
Assistant Professor & Digital Humanities Librarian at Washington and Lee University
DH 102: Data in the Humanities
October 18, 2016
Prof. Mackenzie Brooks
Name | Year | State |
---|---|---|
Andrew | 2019 | Georgia |
Abby | 2020 | New Jersey |
Sam | 2017 | North Carolina |
Chris | 2020 | Georgia |
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