Multiple choice

Which of the following avoids the display of identical columns from two tables in an SQL query?

  1. Equi Join

  2. Non-Equi join

  3. Natural join

  4. None of these

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

This join eliminates one of the identical column from the two tables joined.