Learn
Let’s continue exploring table transformation through the union
clause.
Unions allow us to utilize information from multiple tables in our queries. In this lesson, we’ll utilize data from an e-commerce store. Let’s explore the available data we’ll be using.
Instructions
1.
In our database, we have products tables that contain metadata about each product in the store.
Select ten rows from the new_products
table.
Sign up to start coding
By signing up for Codecademy, you agree to Codecademy's Terms of Service & Privacy Policy.