/dbms-class-pub

Database Management Systems Course (CS440)

Primary LanguageJava

Database Management Systems (CS440)

This repository contains sample code and project templates for the DBMS course at Luther College.

Project 1: Athletics

MLB Project GUI

  • Write data from csv, json, txt files into an SQLite database
  • Read data from the database and populate the fields in the provided GUI
  • Implementation language: Java
  • Testing: jUnit (provided)

References

Project 2: Relational

  • Extend the Relational project to process relational algebra operations as described in the textbook.
  • Each team will implement one single-table operation and one 2-table operation.
    1. select, project, rename, sort, extend, groupby
    2. product, join, semijoin, antijoin, union, outer join
  • Implementation language: Python

References