IS NULL on Parent relationship?

Is it possible to select all rows in a table where the relationships from the parent object IS NULL?

These are the rows I want to select -

How about this?:

SellerFundraisers[Sellers].objectId is null

Yes. I don’t know why I couldn’t get there. Thanks, @mark-piller!