А
Size: a a a
А
M
M
M
M
M
А
M
M
M
M
M
F
Select p.maker, t.priceand color='y'
from printer t
join product p on t.model=p.model
where price=(select min(price)
from printer
where color='y')
F
А
Select p.maker, t.priceand color='y'
from printer t
join product p on t.model=p.model
where price=(select min(price)
from printer
where color='y')
M