-
What are CROSS JOIN and JOIN are similar to?
-
- CARTESIAN JOIN
- NATURAL JOIN
- INNER JOIN
- OUTER JOIN
- None of these
Correct Option: C
The joins ‘CROSS JOIN’ and ‘JOIN’ types are exactly similar to the ‘INNER JOIN’. The statements containing ‘INNER JOIN’ can replace it with ‘CROSS JOIN’ or ‘JOIN’ to get exactly the same result.