adspace


Explain cross join or cartesian product in sql?

Answer Posted / Pawan Chaubey

"Cross Join or Cartesian Product in SQL returns the result of joining every row from one table with every row from another table. It does not consider any relationship between the tables."

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How efficient you are in oracle and SQL server?

1258


What is clustered index

1087


What is sql server query analyzer?

1131


List out the different types of locks available in sql server?

1051


What is temporary table in sql server? Why we use temp table?

1023


Can you index views?

955


Equi join and non equi join is possible with sql server?

1134


What are different types of constraints?

1003


How to rebuild the master database?

1167


Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?

1024


What are the different SQL Server Versions you have worked on?

1080


What are wait types?

1250


Why use identity in sql server?

1202


What is subquery? Explain the properties of a subquery?

1063


Explain “row_number()” in sql server with an example?

1080