FSST 4

Course Overview

Agile Software Development

Introduction to Linux

Introduction to Databases

1st week
Database Management Systems
Download and install the available sqlite databases and tools as described in this README. These databases are designed to match the examples in the SQL tutorial.
2nd week
Complete the SQL Tutorial up to and including aliases. Instead of relying on the website, execute the examples in your local database (use the "Execute SQL" tab of DB Brower for SQLite).
Accept the first database assignment on SQL SELECT.

SQL Exercises

Sample Code

For interacting with a database, there are many possible APIs. All large C++ libraries offer interaction with SQLite, but there are also many small, independend libraries focused on SQLite interaction. For example

The following are minimal examples for interacting with SQLite from other programming languages

Prior Exams

Notes

Content of the Curriculum (4th Grade)

Curriculum in the Legal Information System (see Attachment 1.5)

Module 7+8