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
What are the constraints on severity level in raiseerror?
What are data modelling techniques?
Why does this query return 0?
In which database can extended stored procedures be added?
Explain about the hierarchical model of the database?
What are the main phases of database development?
What are the 18 schemas?
What are the types of database model?
Who are naive users?
How is data stored in dbms?
State the acid rules?
How to replace not in with not exist?
How you can make a parameterized view?
Which data type cannot be used as a parameter in a udf?
Can an extended stored procedure be called from inside a user-defined function?