InterviewSolution
Saved Bookmarks
| 1. |
Define Right Join? |
|
Answer» Right join SPECIFIES that the join between the two tables should be right join, it uses before the WORD join. The resulting table only CONTAIN the COMBINATION among two tables with the full data SET from the second table. Right join specifies that the join between the two tables should be right join, it uses before the word join. The resulting table only contain the combination among two tables with the full data set from the second table. |
|