Answer Posted / ramesh
Full Outer Join requires a condition and related column in
the table.
Cross Join requires with out condition and no related
columns in the tables.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
How to replace given values with null using nullif()?
How do we Backup SQL Azure Data?
Tell me what is de-normalization and what are some of the examples of it?
How network traffic be reduced by using the stored procedure?
How you can move data or databases between servers and databases in sql server?
How do I find information about the install locations for the various instances running on a computer?
How we create SQL Server 2005 Reporting Services ? Give me Sample
What program is used to store the data source file?
How many partitions a clustered index has by default in sql server 2012?
How to use copy and concatenate commands in SQL?
What happens if the update subquery returns no rows in ms sql server?
How to get a list of table columns using the "sp_columns" stored procedure in ms sql server?
List out the differences between global and local temp tables in sql server?
What are views used for?
Tell me the use of keyword with encryption. Create a store procedure with encryption?