InterviewSolution
Saved Bookmarks
| 1. |
The on condition appears at the _______ of the join expression(a) Beginning(b) End(c) Between(d) The on condition is not related to join expression |
|
Answer» The correct choice is (b) End Easy explanation: The on condition appears at the end of the join expression. Because it states the condition that the relations under the join operations get matched based on. |
|