InterviewSolution
Saved Bookmarks
| 1. |
Explain Inner Join? |
|
Answer» Inner JOIN specifies that the join between the two tables should be inner join. The resulting table should CONTAIN the full data SET from both the SIDES. Inner join specifies that the join between the two tables should be inner join. The resulting table should contain the full data set from both the sides. |
|