select product_name, price
from products
select product_name, price,categor
from products
where product name like"%프로%"
select product_name, price,categor
from products
where product name like "갤%"
select product_name, sum(price) as '합계 금액'
from products