The whole point of a query is to find out something about the Entities and Relationships in your database.

This involves navigating across tables, making connections using joins.

A NULL FK causes an inner join to eliminate a row from the PK side of the join.

: