This document discusses database tables and joins. It contains two tables, one with employee last names and department IDs and another with department names and IDs. It performs an inner join on the tables to match employees to their departments by ID. It also shows the results of a cross join, which pairs every record in one table with every record in the other table.