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

Explain the stored procedure?

641


How to integrate the ssrs reports in application?

544


How to achieve Paging of records in SQL SERVER?

594


How to turn on the mssql api module in php?

569


Explain what are commit and rollback in sql?

534






What options are available to audit login activity? : sql server security

637


How to add an address record into adventureworkslt?

573


I have all the primary data files, secondary data files as well as logs. Now, tell me can I still restore the database without having a full backup? : sql server database administration

684


What is transaction server auto commit?

579


you added a row to a view, but the row is not shown on the view. Explain how this can happen, and how you can remedy the situation

541


Difference between DELETE and TRUNCATE?

617


To which devices can a backup be created and where should these devices be located? : sql server management studio

571


How should i optimize the time for execution of stored procedure having single input and many output from the different tables?

1472


What is primary key, unique key, and foreign key?

542


How to list all field names in the result set using mssql_field_name()?

528