There are three files for each table in this directory. For example for the DEPARTMENT table the three files are:
The file, source.sql, contains MySQL "source" commands to execute the "create table" and "load" commands for each table.
After signing in to MySQL and changing to "company" database, simply run the following command to create and populate the tables:
mysql> source source.sql