Quotes help make search much faster. Example: "Practice Makes Perfect"

Monday, July 18, 2016

SQL: Table Transformation Lesson 9 Sample Solution


Instructions:
Select a complete list of brand names from the legacy_products and new_products tables.

Sample Solution:
SELECT brand FROM legacy_products
UNION
SELECT brand FROM new_products;

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts