top of page

Appending Data in SQL

Software / programming language used:
SQL

Project Details:

This code was used as part of another project. This code demonstrates the ability to append two different tables from SQL using the Union Function

​

The link to the main temperature project is available here

Highlights

Screenshot of SQL Join

Union can be used even with multiple tables provided that they have the same column type and column names.

bottom of page