Interviewer And Interviewee Guide

SQL Database Concepts Interview Question:

Explain difference between cross join and Full outer join?

Submitted by: Administrator
Cross Join :
No join conditions are specified.
Results in pairs of rows.
Results in Cartesian product of two tables.

Full Outer Join:
A combination of both left and right outer joins.
Results in every row from both of the tables , at least once.
Assigns NULL for unmatched fields.
Submitted by: Administrator

Read Online SQL Database Concepts Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.