✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
What does this query return?
SELECT p.name, pt.name
FROM products p
RIGHT JOIN product_types pt
ON p.product_type_id = pt.product_type_id;