What does this query return when used as a value-producing subquery?SELECT name FROM products WHERE price > (SELECT AVG(price) FROM products);