Regarding joins what are the differences you observed in
oracle 9i and sql server?
Answer Posted / 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 |
Post New Answer View All Answers
What does sign mean sql?
what is row? : Sql dba
how to include comments in sql statements? : Sql dba
What is the difference between partitioning and sharding?
What is the difference between python and sql?
What is asqueryable?
What is a trigger word?
Explain how exception handling is done in advance pl/sql?
What is clustered index sql?
Where the sql database files are stored?
How to use distinct and count in sql query? Explain
How do you remove duplicate records from a table?
Can we declare a column having number data type and its scale is larger than pricesionex: column_name number(10,100),column_name numbaer(10,-84)
What is the importance of sqlcode and sqlerrm?
What is the difference between the sql*loader and import utilities? : aql loader