ソースコード
select 
     td.dept_code
    ,td.dept_name
    ,tor.order_no
    ,tc.cust_code
    ,tc.cust_name
    ,tor.order_amt
from tbl_orders as tor
inner join tbl_dept as td
on tor.dept_code = td.dept_code
left outer join tbl_cust as tc
on tor.cust_code = tc.cust_code
order by td.dept_code,tor.order_no
提出情報
提出日時2025/02/12 14:06:23
コンテストSQLの教科書確認用コンテスト2
問題部署別受注一覧
受験者sn
状態 (詳細)AC
(Accepted: 正答)
メモリ使用量84 MB
メッセージ
テストケース(通過数/総数)
2/2
状態
メモリ使用量
データパターン1
AC
83 MB
データパターン2
AC
84 MB