ソースコード
select
    emp_code
    ,emp_name
    ,sex
    ,birthday
from
    tbl_employees
where
    (emp_code < 4
    or sex = 'M')
    and birthday between '1981-01-01' and '1981-12-31'
order by
    emp_code asc
;
提出情報
提出日時2024/10/04 05:17:53
コンテストSQLの教科書確認用コンテスト
問題従業員データ一覧
受験者nosh
状態 (詳細)AC
(Accepted: 正答)
メモリ使用量84 MB
メッセージ
テストケース(通過数/総数)
2/2
状態
メモリ使用量
データパターン1
AC
84 MB
データパターン2
AC
83 MB