allbut
Problem
Remove some attributes from a relation (this might cause some tuples to become duplicates of others and thus be removed).
Example: What are the different T-shirt variants we stock, if we disregard colors?
Description
Identical to project
except that it keeps all attributes except those specified in the argument.
Requirements
The specified attributes must be part of the input relation’s heading.
Examples
Consult the Overview page for the data model used in this example.