CS432 Assignment 4 FAQ

General Questions

Question: When we do a join, should we include both of the joining attributes in the result or just one copy?
Answer: Use the function MakeNewRecord to create the joined record.

Statistics

Question: Do I need to vary the number of tuples when I collect statistics?
Answer: No. But use a large enough number of tuples so that you get reasonable running times.