午前問74
"気温"表の2011年の7月1日から8月31日までの間で、最高気温が35度以上のレコードを全て抽出したい。抽出条件として、適切なものはどれか。

| 年=2011 and (月=7 and 月=8) and 最高気温≦35 | |
| 年=2011 and (月=7 and 月=8) and 最高気温≧35 | |
| 年=2011 and (月=7 or 月=8) and 最高気温≦35 | |
| 年=2011 and (月=7 or 月=8) and 最高気温≧35 |
『情報処理過去問.com』からiPhoneアプリがリリースされました!!
正解
- エ