Final answer:
The statement 'Equality, non-equality, and self-joins are broadly categorized as outer joins' is False. Equality, non-equality, and self-joins are actually categorized as types of conditions used in SQL queries, rather than types of joins.
Step-by-step explanation:
The statement 'Equality, non-equality, and self-joins are broadly categorized as outer joins' is False. Equality, non-equality, and self-joins are actually categorized as types of conditions used in SQL queries, rather than types of joins. Outer joins, on the other hand, are a type of join used to retrieve data from multiple tables, including unmatched rows.