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

What is the difference between sdf and mdf?

0 Answers  


If the job running very slow what is the action you do

0 Answers  


How do I view a stored procedure in sql server?

0 Answers  


What is an extended Stored Procedure?

1 Answers  


Why do we use stored procedures in sql server?

0 Answers  






How important do you consider cursors or while loops for a transactional database?

0 Answers  


Why olap is used?

0 Answers  


What are the differences between decimal and float in ms sql server?

0 Answers  


What are different types of database indexes?

0 Answers  


Delete duplicate rows without using rowid.

0 Answers   Nagarro,


What are the character string functions supported by sql server 2005?

0 Answers  


we have emp table like Ename,EDOJ,EDOB with Column structure.but we want to know the employee Age.How? Any Body Plz

6 Answers  


Categories