Multiple choice technology databases An outer join is used to: Return records which have no direct match Return records which have direct match Return all the records None of the above Reveal answer Fill a bubble to check yourself A Correct answer Explanation An outer join returns records from one table even when there's no matching record in the other table. This is useful for finding unmatched records (like customers without orders) or maintaining all records from a primary table.