This data source is formed by merging two or more data sources (Join) using the concept of UNIONS. This data source (Merge) is a bigger pool compared to the data source (Join). The data columns in the respective data sources assemble and provide a visual summary of the collective data in the form of rows and columns based on the Union Type.
The Union clause is used to combine two separate data sources (i.e., result-sets of joined data tables) and produce a mammoth result-set as a union of both the data sources. There are two scenarios to apply the Unions concept:

Note
In Quixy, we support UNION ALL instead of just UNION.