CS122 Assignment 5 - Advanced Subqueries
========================================
Please completely fill out this document so that we know who participated on
the assignment, any late extensions received, and how much time the assignment
took for your team. Thank you!
L1. List your team name and the people who worked on this assignment.
<team name>
<name>
<name>
...
L2. Specify the tag and commit-hash of the Git commit you are submitting for
your assignment. (You can list the hashes of all tags with the command
"git show-ref --tags".)
Tag: <tag>
Commit hash: <hash>
L3. Specify how many late tokens you are applying to this assignment, if any.
Similarly, if your team received an extension from Donnie then please
indicate how many days extension you received. You may leave this blank
if it is not relevant to this submission.
<tokens / extension>
L4. For each teammate, briefly describe what parts of the assignment each
teammate focused on, along with the total hours spent on the assignment.
-
Donald H. (Donnie) Pinkston, III authored
Supporting code includes some SQL tests with scalar subqueries, with some being correlated and others not. Also, a buggy materialize-node implementation for those who want to tinker with making IN/NOT IN subqueries more efficient - but the bugs will need to be fixed.
391659b2