親フォルダ
select
  社員マスタ.* from 社員マスタ
where
  性別 = 0 
  and 所属 = '0001'
  and 給与 >= 200000
  and 氏名 like '%男%'