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

how to truncate date and get only time part 9:20:00

5 Answers  


What would you do if a database crashes in production?

1 Answers  


can we pass two out parameters at a time in function?please answer to my question

3 Answers   Wipro,


How to use values from other tables in update statements using oracle?

0 Answers  


Provide an example of a shell script which logs into SQLPLUS as SYS, determines the current date, changes the date format to include minutes & seconds, issues a drop table command, displays the date again, and finally exits.

1 Answers  


I have my backup RMAN script called backup_rman.sh. I am on the target database. My catalog username/password is rman/rman. My catalog db is called rman. How would you run this shell script from the O/S such that it would run as a background process?

1 Answers  


How to convert numbers to characters in oracle?

1 Answers  


when i run my query on yesterday it is fast but today it is slow why?

1 Answers  


What is the scope of a local variable?

1 Answers  


Explain the use of indexes option in exp command.

1 Answers  


How to create an oracle database?

1 Answers  


how to find find & delete duplicate rows from two different tables?

3 Answers   Accenture, TCS,


Categories
  • Oracle General Interview Questions Oracle General (1803)
  • 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)