Some people drew a query tree. Try to use sentences next time.
People should NOT use RESULT tables in either answer! Result tables are used when information is taken from multiple tables. No penalty was given for the use of them this time, but, in the future, there will probably be a small penalty.
Conditions are not necessary here. Some people tried to use conditions where either a constant, or a negation belongs.
Some people added extra tables to their answers, e.g., a CUSTOMER table in part 1. No penalty was given for this this time, but a small one will probably be exacted in the future.
Variable were overused. Variables allow references from other attributes/tables. If no references are made to a certain attribute, do not bother adding a variable. No penalty was exacted for this.
With regard to the negation in part 2, the proper answer is to use a joining variable for customer number, and negate it ("there does not exist") in the order table.
There were also many problems with the LOANED_TO relation, which should consist of all the relationship's attributes, and the keys of its participating relations.