An inner join is always a:
-
outer join
-
equil join
-
simple join
-
right join
-
left join
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).