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 use "if" statements on multiple conditions?
Explain the use of constraints option in exp command.
what is data independence exactly? give an example
how to find out second largest value in the table
What is Reduced List of Values?
What is an external table?
Two triggers one is before insert and other is after insert are firing on a table.If 10 times you insert in a table.Then how many times before trigger and how many types after trigger will fire in pl/sql.
What are the uses of synonyms?
How will you identify oracle database software release?
How to define an anonymous procedure with variables?
How to convert csv to table in oracle?
What is java oracle used for?