What is a join?Explain the different types of joins?
Answer Posted / pravin
Joins are the methods used to access related data from one
or more tables. there are five types of join
1. Inner Join
2. Outer Join
3. Self Join
4. Mix Join
5. Exception Join
| Is This Answer Correct ? | 12 Yes | 18 No |
Post New Answer View All Answers
Is sql developer case sensitive?
What is a file delimiter?
What is sql in java?
What are operators available in sql?
How can we link a sql database to an existing android app?
Can we use commit inside a trigger?
What does pl sql stand for?
What is the difference between union and union all command?
Why query optimization is needed?
What is the usage of nvl function?
What is difference between my sql and sql?
Is it possible for a table to have more than one foreign key?
Why are indexes and views important to an organization?
What is autocommit sql?
Can we use delete in merge statement?