SQL expression testing whether this joined occurrence has a row.
Expr<bool> get isPresent => Expr.internal(PresenceNode(this), Codecs.integer.nullable()).isNotNull();