How can social scientists learn database skills?
December 24, 2005 9:40 AM
Subscribe
What resources exist for non-techy social scientists who want to use relational databases to store their data, but don't know how?
I am a computer guy who has been working extensively with a couple of psychologists on a research project. I knew they were more comfortable with single-table (flat-file or spreadsheet) data representation for data storage, but in this case their study generated much data, and so highly-related data, that I convinced them to give a database a shot. Long story short: half a year later, they're still a little mystified by SQL and wouldn't be able to design their own table schemas if their lives depended on it, but they see the very strong advantages databases have over spreadsheets for their needs. Furthermore, we're writing a paper about how to replicate the study we did, and we want to include a bit about why we used a database instead of a spreadsheet and why we think anyone replicating the study should consider doing the same thing.
One important part of that would be pointers to books and articles that interested readers could look at to learn how to set up and use databases for themselves, which brings me to my question. These interested readers would all be psychologists, and therefore probably not very technical people who'd be comfortable with reading "Theory of Database Design" or "Teach Yourself SQL in 24 Hours" and extrapolating for themselves how that applies to them; they'd want something that explained things in a way much more directly relevant to their work. The problem is, in digging around the Internet, I have found basically no information about databases tailored to people doing social science research. This surprises me; it seems to me that social scientists' problems are often best solved by databases, but apparently they never use them. So, question: are there any good resources (especially books or articles) about how to use a database that are written for social scientists? I'm interested in anything database-related: how to set up a database effectively; how to use SQL; how to pick the right RDBMS for you; anything, really, so long as it's about databases and aimed at social scientists.
posted by jacobm to computers & internet (7 comments total)
It sounds like they're more put off by all this talk of SQL and 'schemas' and other technical language, rather than by the prospect of putting some effort into learning a new and useful skill. They were obviously capable of figuring out how to use a spreadsheet to represent their data abstractly in rows, and I bet they didn't need an Excel tutorial that was tailored for social scientists. Couldn't you just set them up in Access or something that has a nice visual interface, and use a standard database tutorial that has plenty of real-world examples?
posted by chrismear at 10:01 AM on December 24, 2005