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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Where actually sql azure database is hosted?

149


While using a cursor, how can you differentiate between a deleted row and a row that has been inserted with null data values?

548


How do you use a subquery to find records that exist in one table and do not exist in another?

544


Explain the working of sql privileges?

603


What do you understand by check constraint in sql server?

476






How to list all tables in the database using odbc_tables()?

562


What authentication modes does sql server support?

590


How do I save a stored procedure in sql server?

491


What is the difference between ROW_NUMBER and Ranking function in SQL SERVER?

597


Explain comment on transactions?

551


What are the different types of sub-queries?

594


What are sql azure firewall rules?

85


What is store procedure? How do they work? When do you use?

502


what is bit datatype? : Sql server database administration

499


What are the different types of collation sensitivity in sql server?

578