ソースコード
select emp.EMP_CODE,emp.EMP_NAME,dept.DEPT_CODE,dept.DEPT_NAME
from TBL_EMPLOYEES as emp full outer join TBL_DEPT as dept on emp.DEPT_CODE = dept.DEPT_CODE
order by emp.EMP_CODE,dept.DEPT_CODE;
提出情報
提出日時2024/09/02 10:57:33
コンテストSQLの教科書確認用コンテスト2
問題従業員と部署の一覧
受験者mukadenodaiou
状態 (詳細)AC
(Accepted: 正答)
メモリ使用量113 MB
メッセージ
テストケース(通過数/総数)
2/2
状態
メモリ使用量
データパターン1
AC
113 MB
データパターン2
AC
51 MB