ソースコード
select tbl_dept.dept_code, dept_name, order_no, tbl_cust.cust_code, cust_name, order_amt
from tbl_orders
left join tbl_cust on tbl_orders .cust_code = tbl_cust .cust_code
join tbl_dept on tbl_orders .dept_code = tbl_dept .dept_code
提出情報
提出日時2024/06/26 11:50:17
コンテストSQLの教科書確認用コンテスト2
問題部署別受注一覧
受験者imochandondoco
状態 (詳細)WA
(Wrong Answer: 誤答)
メモリ使用量107 MB
メッセージ
テストケース(通過数/総数)
0/2
状態
メモリ使用量
データパターン1
WA
106 MB
データパターン2
WA
107 MB