Concept Flow - Set operation column matching rules
Start: Two SELECT queries
Check number of columns
Check data types compatibility
Perform set operation (UNION, INTERSECT, EXCEPT)
Return combined result with columns from first query
The database checks that both queries have the same number of columns and compatible data types before combining their results.