InterviewSolution
Saved Bookmarks
| 1. |
What Is A Outer Join? |
|
Answer» Outer Join--Its a join CONDITION USED where you can query all the rows of one of the TABLES in the join condition EVEN though they don?t satisfy the join condition. Outer Join--Its a join condition used where you can query all the rows of one of the tables in the join condition even though they don?t satisfy the join condition. |
|