sql

Definition

UNION (SQL)

UNION is an SQL keyword that unions (distinct) two tables. Duplicate rows are not included in the resulting table.