A dict to assign a symbolic name to a relation.
Example:
dict(myname='@relname.colname')
myname can be used as $myname in all clauses to refer to the related column @relname.colname.
myname is also the name of the related column in the result of the select (relatedcol AS myname).