Concept Flow - UNION ALL with duplicates
Start: Two SELECT queries
Execute first SELECT
Execute second SELECT
Combine all rows from both results
Output combined rows including duplicates
End
UNION ALL runs two queries and combines all their rows, keeping duplicates.