Thanks Dieter,
I am from the Oracle/DB2 bacground and thought of trying scalar sub queries before trying left outer join. Since, scalar doesn't work in this case, I should go with left outer join as you suggested.
I even tried, select col1, col2, (select count*) ..)
Again thanks for the...