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 many columns can a plsql table have
What is a Data Segment ?
Which Functions Using Integer ==> String's i.e 2 ==> Two... Like that string's ==> integer values ? It is Possible ?
How to sort output in descending order in oracle?
what is the syntax of CREATE command?
What is catalog in Oracle?
What is dictionary cache ?
What are the different types of databases?
How to list all indexes in your schema?
How to list all tables in your schema?
does Oracle has only one table space?
What is meant by recursive hints in oracle?