What is the difference between cross join and Full outer
join?



What is the difference between cross join and Full outer join?..

Answer / soma shaw

A cross join is a Cartesian join. for sets of A and B rows, you'll get a result of A * B rows. A full join will match all possible rows, meaning it will return AT MOST A + B rows.

Is This Answer Correct ?    18 Yes 0 No

Post New Answer

More SQL Server Interview Questions

Explain the advantages of merge replication?

0 Answers  


How many ways to create table-valued functions?

0 Answers  


What is database normalization?

7 Answers   Deloitte, Digicel, JPMorgan Chase, Verifone,


What do you understand by physical_only option in dbcc checkdb?

0 Answers  


How will you go about resolving deadlocks?

0 Answers  






How to include date and time values in sql statements?

0 Answers  


Define right outer join?

0 Answers  


Can a stored procedure call itself or recursive stored procedure? How many levels sp nesting is possible?

0 Answers  


Explain what are various ways to enhance the ssrs report?

0 Answers  


What are four major operators that can be used to combine conditions on a where clause?

0 Answers  


How to execute stored procedure and set temp table in sql server?

0 Answers  


What is the difference between deallocate cursor and close cursor?

0 Answers  


Categories