[ad_1]
SELECT product_sales.*, state_names
FROM product_sales
INNER JOIN states_keys
ON product_sales.state_key = states_keys.state_key
[ad_2]
solved Join SQL tables, but with additional info from joined table
[ad_1]
SELECT product_sales.*, state_names
FROM product_sales
INNER JOIN states_keys
ON product_sales.state_key = states_keys.state_key
[ad_2]
solved Join SQL tables, but with additional info from joined table