Combined queries allow users to combine the results of two separate queries into a single result. There are three types of combined queries: union, which combines results and removes duplicates; intersection, which returns only the common data between the two queries; and minus, which returns the data in the first query that is not in the second. When creating combined queries, the user must ensure the two underlying queries have the same number of output items and can change the query type by double clicking on it.