what is difference between cartesian join & cross join even
they give same result?
Answer Posted / 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 View All Answers
What is a dead lock in oracle?
Explain an exception and its types?
How to see the table columns used in an index?
What is SQL access advisor in Oracle?
What is a view and how is it different from a table?
How to use subqueries with the exists operator in oracle?
What is a named program unit?
What is an oracle database?
How can we force the database to use the user specified rollback segment?
Explain temporal data types in oracle
What are the differences between date and timestamp in oracle?
Explain the use of grant option in imp command.
How i can handle exception in large code like 1000 line without distrubing the code or without exception handler sction?
Can you assign multiple query result rows to a variable?
What is the maximum number of triggers that can be applied to a single table?