What is a join?Explain the different types of joins?
Answer Posted / pratap
Joins are the methods used to access related data from one
or more tables. there are five types of join
1. Equi join(i.e. Inner join)
2. self join
3. left join
4. right join
5. outer join
| Is This Answer Correct ? | 17 Yes | 7 No |
Post New Answer View All Answers
what is sql? : Sql dba
What is sql*loader and what is it used for? : aql loader
What is the difference between local variables and global variables?
what are the different functions in sorting an array? : Sql dba
What is the difference between nested table and varray?
Is sql pronounced sequel or sql?
What is difference between inner join and self join?
How to display Row Number with Records in Oracle SQL Plus?
How many types of triggers are there in pl sql?
What is the maximum database size for sql express?
What does count (*) do in sql?
How would you convert date into julian date format?
What are different types of indexes?
what is a stored procedure? : Sql dba
What is mutating error in pl sql?