Multiple choice technology databases ____________ is used to join a table to itself. Selfjoin Outerjoin innerjoin equijoin Reveal answer Fill a bubble to check yourself A Correct answer Explanation A self-join joins a table to itself, treating it as if it were two separate tables. This is useful for comparing rows within the same table, such as finding employee-manager relationships in an employees table.