Also,
Use Merge when you have data coming in two different data providers... or data sources. (One Sql Server, and other ORACLE).
Combined Query: Its a UNION .... In WebI you cannot generate UNION from different Universes.
Both data sets must be coming from single source.
Sub Query: It is filter to restrict the data.
Irfan