I have 3 tables and I have to inner join Table A with Table B but a left outer between Table A and Table C.
Can I combine outer and inner join in the same query? I can nest queries and attain the desired result but I am unable to do both the joins in the same query. It appears that in other SQL languages, the order of joining is important. Is this the case in SQL Server as well?