adspace
Answer Posted / Kaptan Singh
Cross join, also known as a cartesian product, is used in SQL to combine all rows from two or more tables with no regard for the relationship between them. It can be useful when you want to find combinations of all possible values from each table. However, due to its potential to produce a large result set quickly, it should be used carefully and sparingly.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is primary key clustered index?
what is dbms? : Sql dba
Does group by remove duplicates?
what is bcp? When does it used? : Sql dba
how to start mysql server? : Sql dba
What is the current version of postgresql?
what is collation? : Sql dba
What is the current version of sql?
Is inner join faster than left join?
how to use regular expression in pattern match conditions? : Sql dba
How do I remove duplicates in two columns?
what are aggregate and scalar functions? : Sql dba
Is primary key always clustered index?
what is sql server agent? : Sql dba
what is schema? : Sql dba