What is a join and explain different types of joins?
Answers were Sorted based on User's Feedback
Answer / dhivya
Joins are used to fetch the records from more than one
table ,there are 4 types of joins
1.Equi-Join
2.Non-Equi-join
3.outer-join
4.Self-join
Is This Answer Correct ? | 3 Yes | 2 No |
Answer / 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 |
When installing the datastage7.5x2 edtion iam getting aproblem i.e the cpu count is 2 but the cpu count in installation is one . how can i install in my p.c (system is dual core).
Explain about relational database management systems?
What are the main phases of database development?
What are defaults? Is there a column to which a default can't be bound?
hi in which phase of mload can i use .FILLER
Write the fastest query to find out how many rows exist in a table?
Explain about the relational database?
Explain about the storage and physical database design?
How to replace not in with not exist?
What is the maximum length of an extended property?
What are the three types of database design?
What is dbms explain in brief?