InterviewSolution
Saved Bookmarks
| 1. |
What Is Inner Join In Sql Server Joins? |
|
Answer» A join that DISPLAYS only the ROWS that have a MATCH in both joined tables is known as inner Join. This is the default type of join in the Query and VIEW Designer. A join that displays only the rows that have a match in both joined tables is known as inner Join. This is the default type of join in the Query and View Designer. |
|