Multiple choice

Which of the following is used to join two or more tables based on a specified column value, that is not equal to a specified column value in another table?

  1. self join

  2. non Equi Join

  3. outer join

  4. natural join

  5. equi join

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

A natural join is a join statement that compares the common columns of both tables with each other.