Types of joins ?
Answers were Sorted based on User's Feedback
Answer / ramesh yadav
IN ORACLE 9i.
Equi - Join = Both are same Names only different
simple join
inner join
Natural join
join
Non - Equi Join
Outer Join
Left outer join
Right outer joi
Full outer join
Self join
Cartesian Product
Is This Answer Correct ? | 9 Yes | 0 No |
Answer / bipin
sql-server
inner join
outer join
left outer join
right outer join
full outer join
cross join
oracle sql
inner join
outer join
left outer join
right outer join
full outer join
cross join
natural join
Is This Answer Correct ? | 8 Yes | 2 No |
Answer / vinodkumar.r
2 types
1)inner join ,
2)outer join
a)left outer
b)right outer
c)full outer
Is This Answer Correct ? | 7 Yes | 2 No |
How will we see framework of a table?
If 100 tables are there in user_tables.I want to find in which table zero records are there with table name.Is it possible?
What is difference between pls_integer and integer?
How many types of sql are there?
Why query optimization is needed?
How you can copy a file to file content and file to pl/sql table in advance pl/sql?
What is a database event trigger?
What are the advantages of VIEW?
How can we debug in PL/SQL?
What are operators available in sql?
What are the subsets of sql?
What is bind reference and how can it be created?