what is cartesian product?
Answers were Sorted based on User's Feedback
Answer / deva
The join between tables with out any conditions specified
results in the cartesian product. Cartesian product will be
equal to the product of number of rows in the tables that
take part in the join.
| Is This Answer Correct ? | 10 Yes | 2 No |
Answer / deepak rathore
the cartesian product is a direct product of sets .
the cartesian product of two sets X and Y. Denoted XxY , is
the set of all possible order pair whose first components
is a member of X and whose second components is member of Y.
| Is This Answer Correct ? | 9 Yes | 4 No |
How to insert a new row into a table in oracle?
What are the values that can be specified for OPTIMIZER_GOAL parameter of the ALTER SESSION Command ?
How to convert raw data type into text in oracle? Explain
How to call a sub procedure?
how to find count rows in table without count function?
How do I use os authentication with weblogic jdriver for oracle and connection pools?
Is there a combination of "like" and "in" in sql?
How can we delete duplicate rows in a table?
How do I know if oracle is installed on windows?
How many memory layers are in the oracle shared pool?
What is tablespace in oracle? how can we create? how is it manage? . . . Thnx 2 All in Advnc....:)
Explain about integrity constraint?