What are joins in database and mention different types of joins?
Join is used to display results(combined rows) from two or more than two table .
Below are the types of joins are:
Below are the types of joins are:
- Natural Join
- Inner Join
- Cross Join
- Outer Join
- Left outer join
- Right outer join
Comments