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 is column?

0 Answers  


how to select first 5 records from a table? : Sql dba

0 Answers  


What is Referential Integrity?

3 Answers   IBM,


Why is there a need for sqlcode and sqlerrm variables?

0 Answers  


What is pls integer?

0 Answers  






what is the use of HASH, LIST partitions?

1 Answers   ITC Infotech,


What is ON DELETE CASCADE?

3 Answers  


Why coalesce is used in sql?

0 Answers  


What is the sql case statement?

0 Answers  


how can stop the sequence with mention the max value and with out mention the max value

1 Answers   Zensar,


How can we connect an Android App to an Oracle database and use the PL/SQL procedural code?

0 Answers  


What is pl sql block in dbms?

0 Answers  


Categories