Post by Xiangning XiaoIs it possible for us to get some test cases for A3?
Thanks,
Sharon
I'd love some to.
I have so far used A2Tables.sql and then created an own A3Query.sql with
the following (as from A3 but with dname instead of depname):
SELECT *
FROM emp E, dept D
WHERE E.dno=D.dno
ORDER BY D.dname;