Discussion:
Test cases for A3
(too old to reply)
Xiangning Xiao
2011-03-16 17:40:04 UTC
Permalink
Is it possible for us to get some test cases for A3?

Thanks,
Sharon
Tobias Arrskog
2011-03-16 18:12:43 UTC
Permalink
Post by Xiangning Xiao
Is 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;
Earl Oliver
2011-03-16 19:43:44 UTC
Permalink
I wasn't planning on distributing test cases. You can easily create
your own tables and populate them with test data. The construct your
own test queries.

Earl
Post by Xiangning Xiao
Is it possible for us to get some test cases for A3?
Thanks,
Sharon
Loading...