Table of Contents
The following chapters describe the example database that will be the basis for all hk_classes tutorials and manuals.
The database is a literature database; it should store the author's names and the titles of their literary works. The data I have actually used in this example database are the names of three famous 18th century German authors and some of their plays.
database name: exampledb
The database contains two tables
authors
literature
which are in a one-to-many relationship, which means that a author could have written one or more texts.