What is a join and explain different types of joins?

Answer Posted / kavita

Join are used to link then retrive data from same or
different database(both have atleast one common attribute).

Join are basically of two types:
1)Equi Join
2) Non equi join

Equi join are those in which we use "=" operator in
condition.They are further divided into
a)inner join:-In this only those rows are return which
satisfy the condition.

b)Outer join:In this all rows are return in which either one
table satisfy the condition
Outer Join are again classified into left join and right join.

2)Non Equi Join are those in which we use ">","<",">=","<="
operator for retriving tuples from two tables

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

I HAVE A PI ON COL A THE NEXT DAY I WANT CHANGE THE PI ON COL B? PLS SEND ME THE ANS

2627


What is a database development?

724


In which table collections errors are stored.

2162


Does QTP Support the Propjects which are running in Dot Net? As we are starting with new project in Dot net need to use automation tool?Please advice & let me know what would be the best.

1818


What is normalization? Explain different levels of normalization?

61286


You have two tables with a one to many join based on a field named id. You need to find records in the parent table that are not represented in the child table. how would you accomplish this?

838


Can an extended stored procedure be called from inside a user-defined function?

841


There is a trigger defined for INSERT operations on a table, in an OLTP system. The trigger is written to instantiate a COM object and pass the newly insterted rows to it for some custom processing. What do you think of this implementation? Can this be implemented better?

2198


What is data modeling with example?

713


How can I detect whether a given connection is blocked?

810


What are the constraints on severity level in raiseerror?

769


Why does this query return 0?

804


How would you design a database for an online site, which would average a million hits a day?

792


Explain about a primary key?

767


fact table and dimension table containg one to many relationship or many to one relastionship

2277