Regarding joins what are the differences you observed in
oracle 9i and sql server?

Answers were Sorted based on User's Feedback



Regarding joins what are the differences you observed in oracle 9i and sql server?..

Answer / siddiq

In oracle joins, there is no need to mention the words like
left outer join, right outer join, etc..
Oracle joins sql joins
-------------------------------------------------
self join Natural join
cross join Arbitary join
outer join Left outer join
Equi join Right outer join
Non Equi join Full outer join

In sql server we have to use the words(join) in the query.

Is This Answer Correct ?    4 Yes 0 No

Regarding joins what are the differences you observed in oracle 9i and sql server?..

Answer / uma

i have seen in
LEFT JOIN
RIGHT JOIN
INNER JOIN
SELF JOIN

Is This Answer Correct ?    2 Yes 1 No

Regarding joins what are the differences you observed in oracle 9i and sql server?..

Answer / veereshkethari

I'm not happy with Uma answer,anybody can explain?please

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More SQL PLSQL Interview Questions

What are the types of join and explain each?

0 Answers  


What is meant by Materialized view?

2 Answers   iGate, Marlabs, Polaris,


what are the differences among rownum, rank and dense_rank? : Sql dba

0 Answers  


what is global table

7 Answers   iFlex,


Why is theta join required?

0 Answers  






What is the usage of the distinct keyword?

0 Answers  


Can we write dml inside a function in sql server?

0 Answers  


Differentiate between pl/sql and sql?

0 Answers  


What are three advantages to using sql?

0 Answers  


what's the difference between a primary key and a unique key? : Sql dba

0 Answers  


what is sub-query? : Transact sql

0 Answers  


what is innodb? : Sql dba

0 Answers  


Categories