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 |
Can we change the table name in sql?
what are the 'mysql' command line arguments? : Sql dba
What do you mean by dbms? What are its different types?
Can I join the same table twice?
What is trigger and stored procedure in sql?
Can a select statement fire a trigger?
Why we use cross join?
Can we interchange parameters in procedure while calling
what is overloading procedure or overloading function ?
Explain the savepoint statement.
how to enter numeric values as hex numbers? : Sql dba
Is natural join same as inner join?