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
How do you concatenate in sql?
What can sql server reporting services do?
how can you see all indexes defined for a table? : Sql dba
What is the size of partition table?
What are commit, rollback, and savepoint?
what are the advantages a stored procedure? : Sql dba
Which join is default?
what is 'mysqldump'? : Sql dba
What is the use of desc in sql?
What are sql indexes?
Can we insert data in view?
Compare sql & pl/sql
Does google use sql?
What is sql query limit?
Can we rename a column in the output of sql query?