what is difference between cartesian join & cross join even
they give same result?

Answers were Sorted based on User's Feedback



what is difference between cartesian join & cross join even they give same result?..

Answer / shilpa

Both the joins give same result.Cross join is SQL 99 join
and Cartesian product is Oracle Propreitary join.

Is This Answer Correct ?    19 Yes 2 No

what is difference between cartesian join & cross join even they give same result?..

Answer / tapan

Both are giving same result but Cartesian product is oracle proprietary join and cross join is ANSI join .

Is This Answer Correct ?    0 Yes 0 No

what is difference between cartesian join & cross join even they give same result?..

Answer / aqws

not much... rest is explained above...

Is This Answer Correct ?    1 Yes 3 No

what is difference between cartesian join & cross join even they give same result?..

Answer / prem

cross join gives some duplicate results but the cartesian
join give accurate result

Is This Answer Correct ?    5 Yes 12 No

Post New Answer

More Oracle General Interview Questions

what is the difference between UNION AND UNIONALL

4 Answers  


What is ASM (Automatic Storage Management) in Oracle?

0 Answers   MCN Solutions,


write sql query following source are EmpID, Salary 101 1000 102 2000 103 3000 I want the output format like following empid,sal,composite_sal 101 1000 1000 102 2000 3000 103 3000 6000

4 Answers   TCS,


What is snapshot is too old? Give and example for better understand.

0 Answers   TCS,


Explain the use of indexes option in imp command.

0 Answers  






What is a Segment ?

1 Answers  


What is bulk load in oracle?

0 Answers  


What is logical backup in oracle?

0 Answers  


What is a server parameter file in oracle?

0 Answers  


why pl sql doesn't support retrieving multiple records

1 Answers   Mphasis,


Explain oracle data types with examples?

0 Answers  


What is tns name?

0 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)