An Introduction to Databases using SQLite

This page is related to a tutorial on databases and SQLite developed for CDCS by Edina.
SQLite is, a flexible open-source database, which is particularly useful to learn some of the basic concepts of database design and usage.
Managing data has become increasingly important in the Humanities and Social Sciences. Databases provide a powerful tool to allow for the storage, structuring and analysis of large amount of data.
The key topics covered by this tutorial are:
- Basic database design
- Importing and exporting data
- Querying datasets
- Analysing your data
Material designed by: David Elsmore (Edina)
License: CC-BY-NC
In the repository you will find a README file with more information and guidance on how to install the software, a tutorial file with step by step instructions, and a data file with all the data you will need.
This is a beginner level training, no prior knowledge is required.
