Definition
Union Compatible Relation (Relational Algebra)
Two relations are called union compatible if:
- they have the same number of attributes, and
- the domain of each attribute in column order is the same in both relations
Union compatibility is normally achieved using projection, i.e.: