Productクラスを元にした
Productsクラス
Productsクラスの
インスタンスpを生成
Productsクラス(インスタンスp)の
属性name
select p.name
from Products p
where p.age()<=12
メソッドage( )
別途
Productsを宣言