Exercise #7 page 3 |
||
|
It is possible to use join instead of IN predicate, however SQL Server gives for these two cases identical execution plans
The alternative to the queries, that use the union, may be the queries implying join. For this problem such a solution will have less efficient execution plan, although in other cases it can prove to be preferable. In any case, for educative purposes it will be useful to consider different ways of solution of the problem, we suggest you to do it on your own. |
||


