What is Cartesian product?
Answers were Sorted based on User's Feedback
Answer / poornima
A Cartesian product is defined as all possible combinations
of rows in all tables.
| Is This Answer Correct ? | 80 Yes | 22 No |
Answer / subramanyam
it is a situation in which a Query includes two or more
tables that r not linked by join. if that query execute
that will retrive the all piossible combinationss between
the tables.in this Situtation cartision production occured.
| Is This Answer Correct ? | 36 Yes | 12 No |
Answer / nareshkumar
A Cartesian product is a result set which contains all the
possible combinations of each row in each table included in
a query. A Cartesian product is almost always an incorrect
result.
| Is This Answer Correct ? | 43 Yes | 24 No |
Answer / saravanan
Ans : When join condition is invalid or omitted
completely ,the result is carresion.
| Is This Answer Correct ? | 27 Yes | 14 No |
Answer / karthick
The result of cross join is called as Cartesin Product.
| Is This Answer Correct ? | 16 Yes | 8 No |
Answer / sandip dandapat
A Cartesion Product is defined as the all possible
combination from the tables. In other words a joining
without condition.
| Is This Answer Correct ? | 8 Yes | 5 No |
Answer / eng-wael
The Cartesian product, also referred to as a cross-join, returns all the rows in all the tables listed in the query. Each row in the first table is paired with all the rows in the second table. This happens when there is no relationship defined between the two tables. Both the AUTHOR and STORE tables have ten rows. If we use a Cartesian join in these two tables, we will get back 100 rows.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / chinna
A Cartesian product tends to generat a large number of
rows, and the result is rarely useful.You should always
include a valid join condition in a where clause,unless you
have a specific need to combine all rows from all tables.
| Is This Answer Correct ? | 12 Yes | 10 No |
Answer / angelina
the Cartesian product of two sets X (for example the points
on an x-axis) and Y (for example the points on a y-axis),
denoted X × Y, is the set of all possible ordered pairs
whose first component is a member of X and whose second
component is a member of Y (e.g., the whole of the x–y
plane):
| Is This Answer Correct ? | 7 Yes | 5 No |
Answer / vinod mishra
In mathematics, a Cartesian product (or product set) is a
construction to build a new set out of a number of given
sets. Each member of the Cartesian product corresponds to
the selection of one element each in every one of those sets.
| Is This Answer Correct ? | 1 Yes | 0 No |
what is aggregate navigation?
3 Answers Countrywide, CTS, HCL,
How we can add a comment in universe...?
Is it possible to develop reports without Universe access?
any difficulitis have you phase while creating bo reports and how did u solve it
Please send me BO certification details and question papers? this is my mail id: valsreenivas@gmail.com
What is meant by multiple data provider.How to use it in universe as well as reporting environment?
In a report i want to fetch teh data from 2 data Providers. which condetion wil satisfy to link the 2 data providers. ex: Q1 have columns A,B,C Q2 has a X,Y,Z columns. requirement is like i want to get all the columns from those 2 tables in report level..like A,B,C,X,Y,Z in a single report.
How to link two different universes ?
How to generate the report from excel sheet?
What is diff b/w Alias and Contexts in which situation we are using contexts instead of Alias?
What is the difference between datawarehousing and businessintelligence?
what are the types of universes? what is the difference between metri universe and simple universe? in what context we use metric universe?