What are Cartesian joins?

Answers were Sorted based on User's Feedback



What are Cartesian joins? ..

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

What are Cartesian joins? ..

Answer / kannan

when you assign key ={} these is called cartesian join

Is This Answer Correct ?    3 Yes 0 No

What are Cartesian joins? ..

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

Post New Answer

More Ab Initio Interview Questions

what is the difference between .dbc and .cfg file?

3 Answers   Cap Gemini,


the inputs are 10,20,30,40,50 but the output was comes 0 records,the graph was failed what is bad situation?

5 Answers   EDS,


11. What is the use of allocate()?

1 Answers   TCL,


from a graph how to select only second record always in scan?

3 Answers   IBM,


What is a partition and what are the different types of partition components in abinitio?

0 Answers  






What are the key elements of a data processing system?

0 Answers  


Mention some ways for improving performance of a graph?

0 Answers  


Describe how you would ensure that database object definitions (tables, indices, constraints, triggers, users, logins, connection options, and server options etc)are consistent and repeatable between multiple database instances (i.e.: A test and production copy of a database)?

0 Answers  


What is is a data flow graph?

0 Answers  


Describe the grant/revoke ddl facility and how it is implemented?

0 Answers  


How to insert/update a csv file by comparing it with another csv file? for example, i have 2 input files : ColA ColB ColC 1 A AA 2 B AB 3 C CC and second one : ColA ColB ColC 2 B BB 4 D DC Job should compare these 2 files and update the records present in first input file. so the output file will look like this: ColA ColB ColC 1 A AA 2 B BB 3 C CC 4 D DC

0 Answers  


Difference between Force_error & Force_abort?

2 Answers   Wipro,


Categories