answersLogoWhite

0

A Cartesian join is when you join every row of one table to every row of another table. While on occassion this may be needed I would argue that a properly constructred database would negate this. This is in fact a VERY hard hitting operation on your resources and should be avoided at any cost. A normal join will include the comparison of one or two fields between tables. While you want to limit the number of joins you have in a query a properly constructed join is not a big use on resources. This of course takes into consideration proper indexing and database construct.

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

What is the difference between study of natural products and pharmacognosy?

at is the difference between natural products and pharmacognosy


Discuss the difference between economics and natural science?

i want to know the difference between economics and natural sciences


What is the difference between natural and man made scents?

natural scents are more natural


What is the difference between the processes of natural selection and artificial selection?

the difference between the 2 r that natural is the best looking or tasting and artificial is fake


What is the difference between natural and forced vibrating systems?

what is the different between natural and forced vibration systems.


Is the difference of two integers always a natural number?

Not necessarily. The difference between a = 7 & b = 7 is 0, and that is not a natural number.


Difference between the meaning of natural and nature?

natural = adjective nature = noun


What is the difference between natural or plantation forests?

natrual


What is the difference between natural and force commutation?

8toiyli8ii8tfu


What is difference between 1ng natural gas and 3 ng natural gas?

2ng


Is there a difference between natural bran and bran?

Natural bran is bran that has had nothing added to it.


What is difference between Cartesian product and natural Join Operation?

Difference Between CARTESIAN PRODUCT & NATURAL JOINT Cartesian product is like the cross product ie every element of one row of one table/entity is multiplied to every column of another table for solving linked queries of two tables ... Where as natural Join is simply joining two or more entities eliminating the common attributes or columns.. @nayan answered it :)