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

Explain the importance of .pll extension in oracle?

0 Answers  


What are the tools for Oracle ?

0 Answers   Infosys,


If any one has information regarding interview of NIC (National Informatics Centre),it would be of great help...

0 Answers   NIC,


How to start a specific oracle instance?

0 Answers  


If a table column has is UNIQUE and has NOT NULL, is it equivalent to a PRIMARY KEY column?

7 Answers   IBM,






Can group functions be mixed with non-group selection fields?

0 Answers  


What is the difference between SQL and SQL Server?

2 Answers   CTS, TCS,


Which is faster join or subquery in oracle?

0 Answers  


What are the trigger associated with image items ?

1 Answers   Oracle,


State all possible different index configurations a table can possibly have?

0 Answers  


How to define a specific record type?

0 Answers  


If I have a select statment which retrives 2 rows, & that rows have the same data in all the fields except the last field and I want to merge the 2 rows to be in 1 row with concatenating the last field which have the different data.... eg: the 1st row has these fields: A-B-C the second row has: A-B-X ........ i want to merge the two row to be in one row like ----> A- B- C,X

2 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)