A table that links specific field values to specific validation tables.
Example: If you were to extract automobile information from a document, a "Manufacturer" field could control which values to expect for "Model". Therefore, you can use a connection table to connect the value from the "Manufacturer" field to a specific "Model" validation table, like this:
A connection table.