Computer scienceFundamentalsSQL and DatabasesBasics SQLRetrieving Data

GROUP BY statement

Comprehension

Report a typo

Sort the lines of code to get an SQL query.

Put the items in the correct order
SELECT
product_name,
price
product_name
GROUP BY
price > 150
products
HAVING
FROM
___

Create a free account to access the full topic