Answer Posted / nareshkumar
A join is a condition that links the data in seperate but
related tables. The tables usually have a parent-child
relationship. If a query does not contain a join, the
database returns a result set that contains all possible
combinations of the rows in the query tables.
Types of joins:
1) Equi-Joins
Link tables based on the equality between the values in the
column of one table and the values in the column of another.
2) Theta Joins
Link tables based on a relationship other than equality
between two columns.
3) Outer Joins (Left Outer, Right Outer, Full Outer)
Link two tables, one of which has rows that do not match
those in the common column of the other table.
4) Shortcut Joins
Join providing an alternative path between two tables,
bypassing intermediate tables, leading to the same result,
regardless of direction. Optimizes query time by cutting
long join paths as short as possible.
5) Self restricting joins
Single table join used to set a restriction on the table.
| Is This Answer Correct ? | 24 Yes | 4 No |
Post New Answer View All Answers
How much data hold in one universe 336 can any one explain about core dimension, balanced dimension, and dirty dimension?
Migration of Reports from business objects 5.1.5 to samee version in different hardware?
Give some information on report bursting?
How to schedule the report in b.o?
How to generate the report from excel sheet?
Did you face any problems while creating reports? Name? Solutions?
How to create a new calendar in CMC? Can u please tell me the process to create the required calendar. Ex:- Year of that calendar to start with Jan-15 and ends with Jan -30 and the Next month to start with Feb-31 and ends with Feb-14.
Explain about a task that really tested your analytical abilities?
what is xcelsius architecture?
What if a cartesian product pop up block appears when running a report. Does it give wrong values? How to solve this issue?
can some body explain how migrate the BoXI r2 to BO 3.x and crystal reports XI r1 to Crystal report 2008 ?
Explain difference between zabo and webi?
What are the steps to do to use alerts in bo?
Explain about a time when you discovered a more efficient way to do a work task?
If there are no indices defined on any of the columns in the above two tables, which columns would you index to speed up the left join query?