--Using a subquery in the WHERE clause to filter data: ...
その入れ子になったsqlのことをサブクエリと呼ぶ サブクエリは()でくくる。くくらないとエラーになる SELECT <col> FROM (SELECT ...