Types of joins ?
Answers were Sorted based on User's Feedback
Answer / khaleek
There are only three type of joins
1) Equi Join
2) Non Equi Join
3) Cartesian Product or Cross Join.
Further Equi Join and Non Equi join can be divided into
following categories.
1) Inner Join
2) Outer Join
3) Self Join
Again Outer can be divide into following categories.
1) Left Outer Join
2) Right Outer Join
3) Full Outer Join
For detail please see at
<a
href="http://interview-preparation-for-you.blogspot.com/2010/11/difference-between-inner-joinouter-join.html">http://interview-preparation-for-you.blogspot.com/2010/11/difference-between-inner-joinouter-join.html</a>
Is This Answer Correct ? | 0 Yes | 1 No |
I have a small PL/SQL Block assume in this way begin select * from emp where empno=100; exception when others then <Some Messages> when no_data_found then <Some Messages> when too_many_rows then <Some Messages> end; The question which he asked was whether this block will get executed normally or it will throw error ? If errored out then what is the reason for the error ? Could anybody please help me ? Regards Nakul Venkataraman
what is the command for user data type?
what is the difference between implicit conversions and explicit conversions?
how many ways to get the current time? : Sql dba
Explain 3 basic parts of a trigger.
What is the first action to perform a query? Suppose I have four tables and five joins and my query is getting slow day by day.
Write the alter statement to enable all the triggers on the t.students table.
How we can update the view?
what is bdb (berkeleydb)? : Sql dba
Why self join is used in sql?
What is a database? Explain
What is a data manipulation language?