Multiple choice technology databases

An inner join is always a:

  1. outer join

  2. equil join

  3. simple join

  4. right join

  5. left join

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

An inner join is called a "simple join" in Oracle SQL because it returns only rows where the join condition matches in both tables. It's not an outer join (which includes non-matching rows).