Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is a join? Explain different types of joins?

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


Please Help Members By Posting Answers For Below Questions

How much data hold in one universe 336 can any one explain about core dimension, balanced dimension, and dirty dimension?

1175


Migration of Reports from business objects 5.1.5 to samee version in different hardware?

2388


Give some information on report bursting?

1036


How to schedule the report in b.o?

1100


How to generate the report from excel sheet?

1246


Did you face any problems while creating reports? Name? Solutions?

3740


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.

2500


Explain about a task that really tested your analytical abilities?

1298


what is xcelsius architecture?

4639


What if a cartesian product pop up block appears when running a report. Does it give wrong values? How to solve this issue?

1057


can some body explain how migrate the BoXI r2 to BO 3.x and crystal reports XI r1 to Crystal report 2008 ?

1435


Explain difference between zabo and webi?

1146


What are the steps to do to use alerts in bo?

1442


Explain about a time when you discovered a more efficient way to do a work task?

1199


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?

1070