Multiple choice technology databases ____________ is the outer join operator. (+) (-) (*) + Reveal answer Fill a bubble to check yourself A Correct answer Explanation In Oracle SQL syntax, the (+) operator placed after a column name indicates an outer join. For example, WHERE table1.column1 (+) = table2.column2 creates a left outer join on table2.