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
What is oltp (online transaction processing)?
What is autocommit mode in sql server?
How to Sync Two SQL Azure Databases?
Does sql server use java?
Do you know what is blocking?
What is buffer cash in sql server?
How can you insert null values in a column while inserting the data?
What is the difference between createstatement and preparedstatement?
What is SQL Azure Firewall?
What is stretch database in sql server?
what authentication modes does sql server support? : Sql server database administration
Tell me can we use custom code in ssrs?
What is the use of commit?
How to test values returned by a subquery with the in operator?
Explain what are the events recorded in a transaction log?