What are joins..how many types of joins are there?
Answer Posted / srikanth keshavena
Basically join's are three type's those are :
1.Cross join
2.Equi join
a.Natural join
b.inner join
c.outer join(Simple join)
i.Left outer join
ii.Right outer join
iii.FUll outer join
3.Non-equi join
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is index-organized table in Oracle?
What are the various constraints used in oracle?
Will you be able to store pictures in the database?explain.
Is primary key indexed by default in oracle?
How remove data files before opening a database?
Is there any function in oracle similar like group_concat of mysql?
Why does oracle 9i treat an empty string as null?
How to delete a user account in oracle?
How to shutdown your 10g xe server?
How does propagation differ between Advanced Replication and Snapshot Replication (read-only)?
What is a trigger and what are its types?
Explain the use of owner option in exp command.
How do we get field details of a table?
What is the meaning of recursive hints in oracle?
How to create a stored program unit?