What are Cartesian joins?
Answers were Sorted based on User's Feedback
Answer / guest
joining 2 tables with out conditon
select * from emp,dept;
emp having 10 rec
dept having 5 rec
out == 50 rec
Is This Answer Correct ? | 12 Yes | 3 No |
Answer / kannan
when you assign key ={} these is called cartesian join
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / riman bhaumik
its not like --with out condition...
TABLE 1 Table 2
X Y X Z
a e a j
b f a k
c g i m
Resultant Join over field X
X Y Z
a e j
a e k
This is an example of Cartesian joins.
Is This Answer Correct ? | 3 Yes | 6 No |
What do you mean by the overflow errors?
What is the difference between a utility and api in a RUN SQL component
How to Create Surrogate Key using Ab Initio?
How to add default rules in transformer?
I have $AI-SERIAL/DML------> (SERIAL FILE LOCATION) AND $BDS-SERIAL/DML---------->(what is the location what is mean)?
Please some body send me Ab Initio material in my mail ... sitakanta2009@gmail.com Thanks in Advance!!!
. How can you get all the fields form a lookup files ? (Which function)
Layout - L1*, L1 - What is the difference ? How to use in abinitio graph?
Is it possible to create a parameter in the component?
What is dependent parameter ?
What are the kinds of layouts does ab initio supports?
what are the steps in actual ab initio graph processing including general,pre and post process settings?